For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
The behavior and format of this command differs depending on what Astronomer product you’re using. Use the following tabs to change product contexts.
Astro
APC
List all users with access to your current Workspace.
Usage
1
astro workspace user list
Options
Option
Description
Possible Values
--json
Output the response as JSON. Shorthand for --output json. Mutually exclusive with -o/--output.
None
-o,--output
Format the output. The default is table.
table, json, or template
--template
Format the output using a Go template. Use with --output template.
Any valid Go template string
Output
Output
Description
Data Type
FULLNAME
The full name of the user.
String
EMAIL
The email address associated with the user account.
String
ID
The user ID.
String
WORKSPACE ROLE
The level of permissions granted to the user in this Workspace. Possible values can be WORKSPACE_ACCESSOR, WORKSPACE_MEMBER, WORKSPACE_AUTHOR, WORKSPACE_OPERATOR, or WORKSPACE_OWNER.