> 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/cloudeka-api-list/command-reference/cldkctl-organization/member.md).

# 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. |
