API
HQ APIPermission groups

Retrieve a list of permission groups

GET/v1/hq/companies/{company_id}/permission_groups

Path Parameters

company_id*string

ID of the company to list permission groups for

Query Parameters

select?array<string>
expand?array<string>

Response Body

application/json

curl -X GET "https://api.noona.is/v1/hq/companies/string/permission_groups"
[
  {
    "id": "string",
    "title": "string",
    "readable_id": "string",
    "order": 0,
    "permissions": [
      {
        "id": "string",
        "title": "string",
        "readable_id": "manageAllBookableResources",
        "order": 0,
        "requirements": [
          "manageAllBookableResources"
        ]
      }
    ]
  }
]
Empty
Empty