Skip to main content

Adding a member

To add a member to the organization in the Astro Platform, follow these steps:

  1. Ensure that you have the admin role assigned to your account.
  2. To add a user to the organization, execute the following command, replacing [org-id] with the organization ID and [user-id] with the member's ID (which you can find using the astroctl whoami command):
astroctl org add-user --org-id [org-id] --user-id [user-id]
  1. Once the member is added, you must run the following command to generate API keys and access all the resources for that organization:
astroctl auth login --org-id [org-id]
Admin Role Required

To add members to the organization, you must have the admin role assigned to your account. Only users with the admin role can add members.