Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

activate

Reactivates a previously deactivated organization member. This command restores the member’s access to assigned projects and roles within the organization.

Usage

cldkctl organization member activate [user_id] [flags]

Steps

Follow the steps below to run and view the result of this command:

  1. Identify the user ID of the member you want to activate. Refer to the Organization Member List section for instructions on listing all members.

  2. Run the following command in your terminal.

cldkctl organization member activate [user_id]
  1. If successful, the terminal will display a confirmation message indicating that the member has been activated.

  2. To verify the status, refer to the organization member list section and confirm that the member’s status has changed from DEACTIVE to ACTIVE.

Flags

Column
Description

-h, --help

Help for the activate subcommand.

Last updated