astro organization user invite
This command is only available on Astro.
Invite users to your current Astro Organization.
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.
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.
You must add new users to an Astro Organization before you can add them to specific Astro Workspaces. See 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
# Invite a user to your Organization
astro organization user invite user@cosmicenergy.org --role ORGANIZATION_BILLING_ADMIN