Get roles
Retrieve detailed list of user roles created in your tenant.
Note: The returned list does not include standard roles available for tenant members, such as Admin or Support Access.
承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
クエリパラメータ
Number of results per page. Defaults to 50.
1 <= x <= 100Page index of the results to return. First page is 0.
x >= 0Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).
Optional filter on name (case-insensitive).
Optional filter on the type of the role The type of the role
tenant, organization Filter organization-level roles by owner ID. Required when type is "organization".
50Optional Id from which to start selection.
Number of results per page. Defaults to 50.
1 <= x <= 100レスポンス
Roles successfully retrieved.
- Option 1 · object[]
- Option 2 · object
- Option 3 · object