Skip to main content
GET
C#

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de requête

per_page
integer

Number of results per page. Defaults to 50.

Plage requise: 1 <= x <= 100
page
integer

Page index of the results to return. First page is 0.

Plage requise: x >= 0
include_totals
boolean

Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).

name_filter
string

Optional filter on name (case-insensitive).

type
enum<string>
EA

Optional filter on the type of the role The type of the role

Options disponibles:
tenant,
organization
owner_id
string
EA

Filter organization-level roles by owner ID. Required when type is "organization".

Maximum string length: 50
from
string
EA

Optional Id from which to start selection.

take
integer
EA

Number of results per page. Defaults to 50.

Plage requise: 1 <= x <= 100

Réponse

Roles successfully retrieved.

id
string

ID for this role.

name
string

Name of this role.

description
string

Description of this role.

type
enum<string>
EA

The type of the role

Options disponibles:
tenant,
organization
owner_id
string<organization-id>
EA

The id of the entity that owns this role, such as an organization id.

Maximum string length: 50