Skip to main content

Get a specific role

Get a specific role.

Path Parameters
  • roleId uuid required

    Identifies the role.

Responses

The role was successfully retrieved.


Schema
  • id uuid

    Identifies the role.

  • name string

    Name of the role.

  • description string

    Description of the role.

  • accessRights object[]

    Contains a list of access rights.

  • id uuid

    Id of the access right.

  • name string

    Name of the access right.

  • description string

    Description of the access right.

Loading...