curl --request GET \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/members
[
{
"totalCount": 123,
"next": "<string>",
"prev": "<string>",
"members": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"identityType": "user",
"identityId": "<string>",
"name": "<string>",
"email": "<string>",
"picture": "<string>",
"roleBindings": [
{
"role": {
"id": "<string>",
"name": "<string>",
"permissions": [
{
"id": "organisation.read",
"description": "<string>"
}
],
"scopes": [
"organisation"
]
},
"resource": {
"resourceType": "organisation",
"resourceId": "<string>",
"name": "<string>"
}
}
]
}
]
}
]
GetMembers returns a paginated list of members for the given Organisation.
curl --request GET \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/members
[
{
"totalCount": 123,
"next": "<string>",
"prev": "<string>",
"members": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"identityType": "user",
"identityId": "<string>",
"name": "<string>",
"email": "<string>",
"picture": "<string>",
"roleBindings": [
{
"role": {
"id": "<string>",
"name": "<string>",
"permissions": [
{
"id": "organisation.read",
"description": "<string>"
}
],
"scopes": [
"organisation"
]
},
"resource": {
"resourceType": "organisation",
"resourceId": "<string>",
"name": "<string>"
}
}
]
}
]
}
]