Skip to main content
GET
/
api
/
svc
/
v1
/
teams
/
{id}
/
permissions
Get Team Permissions
curl --request GET \
  --url https://{controlPlaneURL}/api/svc/v1/teams/{id}/permissions \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "resourceType": "<string>",
      "resourceId": "<string>",
      "roleId": "<string>",
      "roleName": "<string>",
      "subjectId": "<string>",
      "subjectType": "<string>",
      "resourceName": "<string>",
      "resourceFqn": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Team Id

Response

Returns role bindings for the team.

data
SubjectPermission · object[]
required

Role bindings for the team