# 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="/files/y2XcaQEcFZz57i78SaOS" 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 ](/guidance-for-individual/cloudeka-api-list/global-flags.md)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>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/guidance-for-individual/cloudeka-api-list/command-reference/cldkctl-organization/member/resend.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
