Skip to main content

List roles

GET 

/api/web/v1/roles

List all roles. Caller requires the ROLES:VIEW permission.

Responses

Successful

Schema

  • Array [

  • defaultRole boolean

    A flag indicating if this role is one of the default roles.

    id string

    The UUID of the role.

    roleDescription string

    The description of the role.

    roleName stringrequired

    The name of the role

    usersInRole int32

    The number of users in this role.

  • ]

Loading...