Skip to main content
GET
/
organisations
/
{organisation_id}
/
members
Get Members
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>"
            }
          }
        ]
      }
    ]
  }
]

Path Parameters

organisation_id
string
required

Query Parameters

identity_type
string

Response

OK

totalCount
integer
next
string
prev
string
members
object[]
I