astro organization team list

This command is only available on Astro.

List all Teams in your current Organization.

Usage

1astro organization team list

Options

OptionDescriptionPossible Values
--jsonOutput the response as JSON. Shorthand for --output json. Mutually exclusive with -o/--output.None
-o,--outputFormat the output. The default is table.table, json, or template
--templateFormat the output using a Go template. Use with --output template.Any valid Go template string

Output

ColumnDescriptionData type
IDThe Team ID in the Organization.String
NAMETeam name.String
DESCRIPTIONThe description for the Team.String
ORG ROLEThe Team’s role in the Organization.Possible values are ORGANIZATION_MEMBER, ORGANIZATION_BILLING_ADMIN, and ORGANIZATION_OWNER.
IDP MANAGEDWhether the Team is managed through an identity provider.Boolean
CREATE DATEThe date and time that the Team was created in the Organization.Date (YYYY-MM-DDTHH:MM:SSZ)