# resend

The cldkctl organization member resend command resends an invitation email to a user who has not yet accepted their membership in the organization. This ensures that pending members receive another opportunity to join and complete their registration.

## Usage

```
cldkctl organization member resend [user_id] [flags]
```

## Steps

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

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FYW4I835MT7BsLgQADCM9%2Funknown.png?alt=media&#x26;token=a431101c-d84e-4874-88d3-d8d710d7e20d" alt=""><figcaption></figcaption></figure>

1. Refer to the organization member list section to identify the user who has not yet verified their email. Users with an Unverified status in the EMAIL VERIFICATION column are eligible for invitation resend.
2. Run the following command in your terminal.

```
./cldkctl organization member resend [user_id]
```

3. Replace \[user\_id] with the actual user ID of the member you want to resend the invitation to.
4. Once successful, the CLI displays `✔ Invitation sent, check your email`

## Flags

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

<table><thead><tr><th width="241.3333740234375">Column</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the resend subcommand.</td></tr></tbody></table>
