List the existing role(s)

List the existing role(s)

Responses
  • 200 Role list

    Array [

    id
    string (Internal ID) required

    Object internal ID

    name
    string required

    The role's name

    description
    string | null

    The role's description

    permissions
    array of objects | null (Permission)

    The list of permissions associated with the role

    ]

  • 204 No role defined
  • 401 Unauthorized request
  • 403 Forbidden action
  • 500 Internal Server error