Skip to main content

Documentation Index

Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

This command is only available on Astro.
Invite users to your current Astro Organization.
This command will replaceastro user invitein Astro CLI v1.15.0. Any instances in your projects or automation where you useastro user inviteneeds to be updated toastro organization user invitebefore 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

OptionDescriptionValid 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
--roleThe 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