v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
Users

Retrieve all invitations for a user

Retrieve a paginated list of the user's organization invitations

get/users/{user_id}/organization_invitations

Path parameters

user_idstring required

The ID of the user whose organization invitations we want to retrieve

Query parameters

limitinteger

Applies a limit to the number of results returned. Can be used for paginating the results together with offset.

offsetinteger

Skip the first offset results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with limit.

status'pending' | 'accepted' | 'revoked' | 'expired'

Filter organization invitations based on their status

Response

A list of organization invitations with public organization data

total_countinteger required

Total number of organization invitations