astro organization team user
info
This command is only available on Astro.
Manage users in an Astro Team.
Usage
This command has several subcommands
astro organization user team add
Add a user to a Team.
Usage
astro organization team user add
Options
Option | Description | Valid Values |
---|---|---|
--team-id | The ID of the Team where you want to add the user. | A valid Team ID. |
--user-id | The user's ID. | A valid user ID. |
astro organization user team list
List all users in a Team
Usage
astro organization team user list
astro organization user team remove
Remove a user from a Team.
Usage
astro organization team user remove
Options
Option | Description | Valid Values |
---|---|---|
--team-id | The ID of the Team where you want to remove the user. | A valid Team ID. |
--user-id | The user's ID. | A valid user ID. |