List roles
Role
List roles
List available user roles in an Organization.
GET
List roles
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Organization's ID.
Query Parameters
Whether to include default Astro roles in the returned list.
Filter the list of roles based on the scope of each role.
Available options:
DEPLOYMENT, WORKSPACE, ORGANIZATION, DAG Offset for pagination.
Required range:
x >= 0Limit for pagination.
Required range:
x >= 0Sorting criteria, each criterion should conform to format 'fieldName:asc' or 'fieldName:desc'.
Available options:
name:asc, name:desc, scopeType:asc, scopeType:desc, description:asc, description:desc, createdAt:asc, createdAt:desc, updatedAt:asc, updatedAt:desc Response
OK