List users in an Organization or a specific Workspace within an Organization.
Documentation Index
Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the Organization to list users for.
The ID of the Workspace to filter the list of users for. When specified, the API returns only users belonging to the specified Workspace.
The ID of the Deployment to filter the list of users for. When specified, the API returns only users belonging to the specified Deployment.
The ID of the DAG to filter the list of users for. When specified, the API returns users belonging to the specified DAG.
The Tags of the DAG to filter the list of users for. When specified, the API returns users belonging to the specified DAG tags.
Offset for pagination
x >= 0Limit for pagination
0 <= x <= 1000Sorting criteria, each criterion should conform to format 'fieldName:asc' or 'fieldName:desc'
id:asc, id:desc, username:asc, username:desc, fullName:asc, fullName:desc, createdAt:asc, createdAt:desc, updatedAt:asc, updatedAt:desc