Workspace
Invitations
Return a list of user emails who have a pending invitation to a workspace.
The list is not paginated. All workspace members can access this list.
get/api/v1/workspaces/invitations
Query parameters
workspace_idinteger required
ID of the workspace.
Example:123456
Response
Successful Response
string[] required
Example response
[ "example@email.org" ]
Changes
No recorded changes to this endpoint across all 10 revisions of this API.