Cloudbreak CLI Reference
Also available as:
PDF

workspace remove-user

Removes a user from a workspace.

Required options

--name [$VALUE] Name of the workspace

--user-id [$VALUE] ID of the user

Options

--server [$VALUE] Cloudbreak server address [$CB_SERVER_ADDRESS]

--username [$VALUE] Cloudbreak user name (e-mail address) [$CB_USER_NAME]

--password [$VALUE] Cloudbreak password [$CB_PASSWORD]

--workspace [$VALUE] Name of the workspace holding the resource

--profile [$VALUE] Selects a config profile to use [$CB_PROFILE]

--auth-type [$VALUE] Authentication method to use. Values: oauth2, basic [$CB_AUTH_TYPE]

Examples

Removes the user jdean@example.com from a workspace called "test-org":

cb workspace remove-user --name "test-org" --user-id "jdean@example.com"