# member

The organization member command allows administrators to manage members within an organization. It includes functionalities to add, edit, deactivate, delete, view details, or resend invitations for organization members. This command also provides access control to define which projects each member can manage or access.

## Usage

```
cldkctl organization member [command]
```

## Available commands

| Column     | Description                                 |
| ---------- | ------------------------------------------- |
| activate   | Activate a deactivated organization member. |
| add        | Add a new member to the organization.       |
| deactivate | Deactivate an organization member.          |
| delete     | Remove a member from the organization.      |
| detail     | View details of an organization member.     |
| edit       | Modify an organization member’s details.    |
| list       | List all organization members.              |
| resend     | Resend an invitation to a pending member.   |

## Flags

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

| Column     | Description                                  |
| ---------- | -------------------------------------------- |
| -h, --help | Help for the organization member subcommand. |


---

# Agent Instructions: 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/cloudeka-api-list/command-reference/cldkctl-organization/member.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.
