astro organization user update

This command is only available on Astro.

Update user Organization roles in your current Astro Organization.

Usage

Run astro organization user update to update a user’s Organization role. The CLI prompts you for the user email address associated with their account.

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.Valid values are either ORGANIZATION_MEMBER, ORGANIZATION_BILLING_ADMIN, or ORGANIZATION_OWNER. The default is ORGANIZATION_MEMBER

Examples

1# Invite a user to your Organization
2astro organization user invite user@cosmicenergy.org --role ORGANIZATION_BILLING_ADMIN
3
4# Update a user's role. The CLI prompts you for the user's email
5astro organization user update --role ORGANIZATION_MEMBER