activate
Last updated

Reactivates a previously deactivated organization member. This command restores the member’s access to assigned projects and roles within the organization.
cldkctl organization member activate [user_id] [flags]Follow the steps below to run and view the result of this command:
Identify the user ID of the member you want to activate. Refer to the Organization Member List section for instructions on listing all members.
Run the following command in your terminal.
cldkctl organization member activate [user_id]If successful, the terminal will display a confirmation message indicating that the member has been activated.
To verify the status, refer to the organization member list section and confirm that the member’s status has changed from DEACTIVE to ACTIVE.

This command supports refer to the Global Flags section for details.
-h, --help
Help for the activate subcommand.
Last updated