mcp
Retrieves all pending invitations for the organisation.
get/api/v1/organisations/{organisation_pk}/invites/
Path parameters
organisation_pkinteger required
Query parameters
pageinteger
A page number within the paginated result set.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}