# list

The organization member list command displays all members within the organization. It provides detailed information such as user ID, name, email, assigned project, role, email verification status, and account status.

## Usage

```
cldkctl organization member list [flags]
```

## Aliases

```
list, ls
```

## Steps

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

1. Run the following command in your terminal.

```
cldkctl organization member list
```

2. The system will display a table listing all users in your organization, including their role, project, and verification status.

<figure><img src="/files/CmKHHWOjv1WEtPr8ZZZT" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="185.3333740234375">Column</th><th>Description</th></tr></thead><tbody><tr><td>ID</td><td>The unique identifier of the user within the organization.</td></tr><tr><td>Name</td><td>The name of the organization member.</td></tr><tr><td>Email</td><td>The registered email address of the member.</td></tr><tr><td>Project</td><td>The project the user is associated with.</td></tr><tr><td>Role</td><td>The user’s assigned role in the organization (e.g., Owner, Member).</td></tr><tr><td>Email Verification</td><td>Displays whether the user’s email is verified or not.</td></tr><tr><td>Status</td><td>Indicates if the user’s account is active or deactivated.</td></tr><tr><td>MFA</td><td>Shows the Multi-Factor Authentication status (Active/Inactive).</td></tr><tr><td>Created Date</td><td>The date when the member was added to the organization.</td></tr></tbody></table>

## Flags

{% hint style="info" %}
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="170.6666259765625">Column</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the list command.</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/list.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.
