Lists the authorities that an team is granted

GET /applications/{applicationId}/teams/{teamKey}/authorities

Parameters

Name Required Type Description
applicationId true string
teamKey true string

Response

{
  "type": "object",
  "description": "List of Authorities",
  "properties": {
    "authorities": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}