Skip to main content
List Custom Roles
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/aaa/custom-roles/v1 \
  --header 'Authorization: <api-key>'
{
  "roles": [
    {
      "description": "<string>",
      "name": "<string>",
      "parentRoleId": 123,
      "parentRoleName": "<string>",
      "permissions": [
        "<string>"
      ],
      "roleId": 123,
      "teamId": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

team_id
integer<int64>

Response

roles
object[]