Workspace
All Invitations
Return a list containing details of all pending invitation to a workspace.
This list is not paginated. All workspace members can access this list.
get/api/v1/workspaces/invitations/all
Query parameters
workspace_idinteger required
ID of the workspace.
Example:123456
Response
Successful Response
Example response
[
{
"inviter_id": "1029384756",
"user_email": "foo@example.com",
"workspace_id": "12345",
"id": "234"
}
]Changes
No recorded changes to this endpoint across all 10 revisions of this API.