Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 2.05 KB

astro-organization-team-list.md

File metadata and controls

39 lines (29 loc) · 2.05 KB
sidebar_label title id description hide_table_of_contents sidebar_custom_props
astro organization team list
astro organization team list
astro-organization-team-list
List all Teams in your current Organization.
true
icon
img/term-icon.png

:::info

This command is only available on Astro.

:::

List all Teams in your current Organization.

Usage

astro organization team list

Output

Column Description Data type
ID The Team ID in the Organization. String
NAME Team name. String
DESCRIPTION The description for the Team. String
ORG ROLE The Team's role in the Organization. Possible values are ORGANIZATION_MEMBER, ORGANIZATION_BILLING_ADMIN, and ORGANIZATION_OWNER.
IDP MANAGED Whether the Team is managed through an identity provider. Boolean
CREATE DATE The date and time that the Team was created in the Organization. Date (YYYY-MM-DDTHH:MM:SSZ)

Related commands