Skip to main content
GET
/
organisations
/
{organisation_id}
/
groups
Get Groups
curl --request GET \
  --url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/groups
[
  {
    "totalCount": 123,
    "next": "<string>",
    "prev": "<string>",
    "groups": [
      {
        "id": "<string>",
        "name": "<string>",
        "numMembers": 123,
        "numServiceAccounts": 123,
        "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

Response

OK

totalCount
integer
next
string
prev
string
groups
object[]
I