Company User
Get invitations list
Get invitations list
get/api/v1/company-user/invitations
Query parameters
company_idstring uuid required
pageinteger
sizeinteger
inviterEmailstring nullable
inviteeEmailstring nullable
teamIdstring uuid nullable
Response
Successful Response
Example response
{
"items": [
{
"hash": "abc123def456",
"id": "123e4567-e89b-12d3-a456-426614174000",
"invitee_email": "example2.com",
"inviter_email": "example.com",
"status": "expired",
"team_id": "123e4567-e89b-12d3-a456-426614174111",
"team_name": "Team1"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.