Page cover

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
  1. The system will display a table listing all users in your organization, including their role, project, and verification status.

Column
Description

ID

The unique identifier of the user within the organization.

Name

The name of the organization member.

Email

The registered email address of the member.

Project

The project the user is associated with.

Role

The user’s assigned role in the organization (e.g., Owner, Member).

Email Verification

Displays whether the user’s email is verified or not.

Status

Indicates if the user’s account is active or deactivated.

MFA

Shows the Multi-Factor Authentication status (Active/Inactive).

Created Date

The date when the member was added to the organization.

Flags

This command supports refer to the Global Flags section for details.

Column
Description

-h, --help

Help for the list command.

Last updated