List invitations for an organization
Path parameters
Organization ID or label identifier
Organization ID or label
Query parameters
Fields to expand in the response. Supports "permissions" to include the permissions field with the caller's permissions for the resource. For list organization identities only, "total_count" populates pagination.total_count with the number of identities matching the same filters as the list (excluding cursor and limit). Other operations ignore expand values they do not use.
Pagination cursor for navigating through results
Cursor for forward pagination
Pagination cursor for navigating through results
Cursor for backward pagination
Maximum number of invitations to return
Headers
Unique request identifier specified by the originating caller and passed along by proxies.
Response
List of organization invitations
Example response
{
"items": [
{
"id": "ab3def8hij2klm9opq5rst7uvw",
"organization_id": "ab3def8hij2klm9opq5rst7uvw",
"created_by": "ab3def8hij2klm9opq5rst7uvw",
"permissions": {
"organizations": {
"read": true,
"update": true
},
"users": {
"read": true,
"list": true
}
}
}
],
"permissions": {
"organizations": {
"read": true,
"update": true
},
"users": {
"read": true,
"list": true
}
}
}