For user-specific commands, enter cbuser plus one of the following options:

Options

Description

get

Queries and displays information about the specified user:

  • Username: -u / --username

or

  • User ID: -i / --id

list

Lists all users in the Carbon Black EDR Unified View server.

delete

Deletes the specified Carbon Black EDR Unified View user:

  • Username: -u / --username

or

  • User ID: -i / --id

add

Adds a new user as specified by the following arguments.

Required:

  • Username: -u / --username

  • First name: -f / --first_name

  • Last name: -l / --last_name

Optional:

  • Set password: -p / --password .

  • If no password is set, the user is prompted for a password.

  • Create as Carbon Black EDR Unified View global administrator: -g / --is_admin

set

Changes information about the user.

Name options:

  • Username: -u / --username

  • First name: -f / --first_name

  • Last name: -l / --last_name

Admin options:

  • Set as global administrator: -g / --set_admin

or

  • Remove as administrator: -r / --remove_admin

Password options:

  • Set new password: -p / --password

or

  • Prompt for password: -P / --prompt_password

Example:

cbuser add -u jane_doe -f jane -l doe -p password -g

This command adds the user Jane Doe as an administrator to the user store using the specified password .