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

Authorizations

Authorization
string
header
required

API key authentication

Response

roles
object[]