Go
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.
GET
Go
Documentation Index
Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of results per page. Defaults to 50.
Required range:
1 <= x <= 100Page index of the results to return. First page is 0.
Required range:
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).