> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/guidance-for-enterprise/cloudeka-api-list/command-reference/cldkctl-organization/member/activate.md).

# 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]
```

3. If successful, the terminal will display a confirmation message indicating that the member has been activated.
4. To verify the status, refer to the organization member list section and confirm that the member’s status has changed from DEACTIVE to ACTIVE.

<figure><img src="/files/463cV9aKNRIKYgY4BGEK" alt=""><figcaption></figcaption></figure>

## Flags

{% hint style="success" %}
This command supports refer to the [Global Flags](/guidance-for-enterprise/cloudeka-api-list/global-flags.md) section for details.
{% endhint %}

| Column       | Description                       |
| ------------ | --------------------------------- |
| `-h, --help` | Help for the activate subcommand. |
