List organization invitations
Invitations
List organization invitations
Returns a paginated list of the organization’s invitations, optionally filtered by status. The response is { success, items, total, page, limit }. Requires a Nevermined API key. Requires organization admin privileges.
GET
List organization invitations
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
Example:
"org-abc123"
Query Parameters
1-based page number. Defaults to 1.
Example:
1
Items per page. Defaults to 20.
Example:
20
Filter invitations by status.
Available options:
pending, accepted, revoked, expired Response
Paginated list of invitations as { success, items, total, page, limit }
Related topics
Accept an organization invitationOrganizations & WorkspacesList organization activity eventsList organization customersList the organization's groups