List the network's user invitations
GET/v1/networks/:networkId/invitations
Returns the network's user invitations, including pending, accepted, revoked, and expired ones, each with its target email and granted role. Requires at least read-only access. Results are cursor-paginated and ordered by invitation id.
Request
Responses
- 200
- 400
- 401
- 403
- 404
A page of invitations
Invalid request (e.g. a malformed pagination cursor)
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found