.do
Cli

User CLI

CLI reference for User

User CLI

A person who interacts with the system, performs tasks, makes decisions, and owns or operates businesses.

Commands

create

Create a new user account with profile information.

do user create [options]

Options:

  • --help - Show help
  • --json - Output as JSON
  • --quiet - Suppress output

update

Modify user profile, settings, or permissions.

do user update [options]

Options:

  • --help - Show help
  • --json - Output as JSON
  • --quiet - Suppress output

delete

Permanently remove the user account.

do user delete [options]

Options:

  • --help - Show help
  • --json - Output as JSON
  • --quiet - Suppress output

authenticate

Verify user identity and credentials.

do user authenticate [options]

Options:

  • --help - Show help
  • --json - Output as JSON
  • --quiet - Suppress output

authorize

Check if user has permission for a specific action.

do user authorize [options]

Options:

  • --help - Show help
  • --json - Output as JSON
  • --quiet - Suppress output

suspend

Temporarily disable the user account.

do user suspend [options]

Options:

  • --help - Show help
  • --json - Output as JSON
  • --quiet - Suppress output

activate

Enable a suspended or inactive user account.

do user activate [options]

Options:

  • --help - Show help
  • --json - Output as JSON
  • --quiet - Suppress output

invite

Send invitation to join the system or organization.

do user invite [options]

Options:

  • --help - Show help
  • --json - Output as JSON
  • --quiet - Suppress output

assign

Assign user to a role, team, or business.

do user assign [options]

Options:

  • --help - Show help
  • --json - Output as JSON
  • --quiet - Suppress output

Examples

# create
do user create

# With JSON output
do user create --json

# Quiet mode
do user create --quiet