Get User roles

Get Roles

This endpoint retrieves a list of roles.

Response

The response is a JSON object with a roles array containing objects with the following properties:

  • id (string): The ID of the role.
  • name (string): The name of the role.
  • level (string): The level of the role.
  • twofa_type (string): The type of two-factor authentication associated with the role.
  • userIds (array of strings): An array of user IDs associated with the role.
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!