Skip to main content

Removing a member

To remove a member from the organization in the Astro Platform, follow these steps:

  1. Ensure that you have the admin role assigned to your account.
  2. To remove a user from the organization, execute the following command:
astroctl org remove-user --org-id [org-id] --user-id [user-id]

Replace [org-id] with the organization ID and [user-id] with the member's ID, which you can find using the astroctl whoami command.

  1. Once the member is removed, they will no longer have access to the organization's resources and collaboration features.
Admin Role Required

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

By following these steps, you can easily remove a member from your organization and revoke their access to the resources within the Astro Platform.