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

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

role_id
integer<int64>
required

Response

role
object