Skip to main content

Get a list of all the roles

Get a list of all the roles

Responses

Success


Schema
  • roles object[]

    List of all the existing roles

  • id int32

    id of the role.

  • name string

    name of the role.

  • status string

    Possible values: [ENABLED, DISABLED]

    Specifies whether the role has been enabled or disabled.

  • company object
  • id int32
  • name string
  • commcell object
  • name string

    Name of the commcell the entity belongs to.

GET /v4/role    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
curl -L -X GET 'https://localhost/webconsole/api/V4/Role' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'