Skip to main content

Create Role

PUThttps://api.coralogix.com/mgmt/openapi/5/aaa/custom-roles/v1

Creates a new custom role.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json

Request for creating a custom role.

    oneOf
    object
    description#string

    Human-readable description.

    name#string

    Display name.

    parentRoleId#int64

    The parent role id.

    Possible values: >= 0

    parentRoleName#string

    The parent role name.

    permissions#string[]

    List of permissions.

    teamId#int64

    Team identifier.

    Possible values: >= 0

Response

application/json

Response returned after successfully creating a custom role.

    id#int64

    Unique identifier.

    Possible values: >= 0