> ## 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 user invite

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

Invite users to your current Astro Organization.

<Warning>This command will replace `astro user invite` in Astro CLI v1.15.0. Any instances in your projects or automation where you use `astro user invite` needs to be updated to `astro organization user invite` before the release of Astro CLI v1.15.0.</Warning>

## Usage

Run `astro organization user invite` to invite a new user to your Astronomer Organization. You can use `astro organization user invite` to invite multiple users to an Organization at a time. By default, new users are added as an `ORGANIZATION_MEMBER`. See [Add a group of users to Astro using the Astro CLI](/docs/astro/manage-organization-users#add-a-group-of-users-to-astro-using-the-astro-cli).

You must add new users to an Astro Organization before you can add them to specific Astro Workspaces. See [`astro workspace user add`](/docs/cli/v1.43/astro-workspace-user-add).

## Options

| Option    | Description                                                                                                                                                                             | Valid Values                                                                                   |
| --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| `<email>` | Specify the email for the user you want to invite or update. Use only with `astro organization user update` and `astro organization user invite`.                                       | Any valid email                                                                                |
| `--role`  | The user's role in the Organization. Use only with `astro organization user update` and `astro organization user invite`.  By default, new users are added as an `ORGANIZATION_MEMBER`. | Valid values are `ORGANIZATION_MEMBER`, `ORGANIZATION_BILLING_ADMIN`, or `ORGANIZATION_OWNER`. |

## Examples

```sh wrap theme={null}
# Invite a user to your Organization
astro organization user invite user@cosmicenergy.org --role ORGANIZATION_BILLING_ADMIN
```

## Related commands

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