Page cover

detail

Retrieve detailed information about a specific organization member, including their assigned projects, roles, and access levels.

Usage

cldkctl organization member detail [flags]

Steps

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

  1. Identify the user ID of the member you want to view in detail. Refer to the Member List section to view all member IDs.

  2. Run the following command in your terminal:

./cldkctl organization member detail <member_id>

  1. The system will display the member’s personal and project details

Column
Description

User Detail: Name

Displays the member’s full name registered in the organization.

User Detail: Email

The email address associated with the member account.

User Detail: Organization

The name of the organization the member belongs to.

User Detail: Status

Indicates whether the member is ACTIVE or INACTIVE.

User Detail: Phone Number

The contact number registered for the member.

User Detail: Join Date

The date when the member joined the organization.

User Detail: Role

The member’s role within the organization, such as Owner, Admin, or Member.

Project List: ID

The unique project ID associated with each project.

Project List: Name

The project name linked to the member’s account.

Flags

Column
Description

-h, --help

Help for the detail subcommand.

Last updated