Adding a member
To add a member to the organization in the Astro Platform, follow these steps:
- Ensure that you have the admin role assigned to your account.
- 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 theastroctl whoami
command):
astroctl org add-user --org-id [org-id] --user-id [user-id]
- 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.