• Astro CLI
    • Quickstart
    • CLI reference
LogoLogo
CLI referenceastro workspace

astro workspace user update

The behavior and format of this command differs depending on what Astronomer product you’re using. Use the following tabs to change product contexts.
Astro
APC

Update the role of an existing user in your current Workspace. The CLI prompts you for the user’s email.

Usage

1astro workspace user update --role <user-role>

Options

OptionDescriptionValid Values
<email>The email address of the user whose role you want to update.Any valid email
--role (Required)The user’s role in the Workspace.Valid values are WORKSPACE_ACCESSOR, WORKSPACE_MEMBER, WORKSPACE_OPERATOR, WORKSPACE_AUTHOR, or WORKSPACE_OWNER.

Related commands

  • astro workspace user add
  • astro organization user update
Built with