Skip to main content
Early Access - The Dcycle CLI is currently available for enterprise customers. Contact us to learn more about access.

Overview

The member command manages user access within your active organization. You can list current members, invite new users, change roles, and remove access — all from the terminal. Members can also be managed via dcy org invite, which is an alias for the same invitation flow.

Roles


List Members

Output:
Members without a first/last name show N/A.

JSON Response


Show Member Details

Output:
The member ID is a UUID. Use dcy member list --format json to find member IDs programmatically.

Invite Member

Send an invitation to add a new user to the organization:
Output:

Edit Member Role

Change a member’s role:
Output:
You must provide --role — there are no other editable fields. The command returns an error if no role is specified.

Delete Member

Remove a member from the organization:
Confirmation prompt:
Output after confirmation:

Typical Workflows

Batch Onboard New Team Members

Audit Organization Access

Cross-Organization Member Management

Use --org to manage members in a different organization without switching context:

Bulk Remove Inactive Members

Compare Members Across Organizations


Aliases

The list subcommand supports ls as a short alias:

Next Steps

Organizations

Manage organization settings and hierarchy

Authentication

Configure authentication and API keys

Facilities

Manage physical locations and their emissions

Examples

Complete workflow examples

MCP Tools

Query members from AI assistants via MCP