> ## Documentation Index
> Fetch the complete documentation index at: https://astronomer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# astro organization team user

<Info>
  This command is only available on Astro.
</Info>

Manage users in an Astro Team.

## Usage

This command has several subcommands

### astro organization user team add

Add a user to a Team.

#### Usage

```sh wrap theme={null}
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

```sh wrap theme={null}
astro organization team user list
```

### astro organization user team remove

Remove a user from a Team.

#### Usage

```sh wrap theme={null}
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. |

## Related commands

* [`astro organization user update`](/docs/cli/v1.40/astro-organization-user-update)
* [`astro workspace user add`](/docs/cli/v1.40/astro-workspace-user-add)
