curl --request GET \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/invitations
[
{
"totalCount": 123,
"next": "<string>",
"prev": "<string>",
"invitations": [
{
"id": "<string>",
"email": "jsmith@example.com",
"name": "<string>",
"picture": "<string>",
"accepted": true,
"inviteType": "transfer_ownership",
"expiresAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"roles": [
"<string>"
],
"groupIDs": [
"<string>"
]
}
]
}
]
GetInvitations returns a paginated list of invitations for the given Organisation.
curl --request GET \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/invitations
[
{
"totalCount": 123,
"next": "<string>",
"prev": "<string>",
"invitations": [
{
"id": "<string>",
"email": "jsmith@example.com",
"name": "<string>",
"picture": "<string>",
"accepted": true,
"inviteType": "transfer_ownership",
"expiresAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"roles": [
"<string>"
],
"groupIDs": [
"<string>"
]
}
]
}
]