Skip to main content
Manage organization members using the members command. List members, invite new members, and remove members from your organization.

Command Syntax

Subcommands

list

List all organization members. Syntax:
Examples:
Expected Output:
Exit Codes:
  • 0 - Success
  • 3 - Authentication error

invite

Invite a new member to the organization. Syntax:
Arguments:
  • EMAIL - Email address to invite (required)
Options:
  • --role TEXT - Member role: member, admin (default: member)
Examples:
Expected Output:
Exit Codes:
  • 0 - Success
  • 3 - Authentication error

remove

Remove a member from the organization. Syntax:
Arguments:
  • EMAIL - Email address to remove (required)
Examples:
Expected Output:
Exit Codes:
  • 0 - Success
  • 3 - Authentication error
  • 4 - Member not found

Next Steps