|
Description
The ccollab admin user create command creates a new Collaborator user.
Command Line Syntax:
ccollab [global-options] admin user create <user> --email <value> --full-name <value> [--admin <value>] [--enabled <value>] [--password <value>] [--phone-number <value>] [--notification-level <value>] [--notification-wait-level <value>] [--notification-send-to-level <value>]
Command Options
Option
|
Required?
|
Description
|
<user>
|
Yes
|
Specifies the login or username of a new user
|
--email <value>
|
Yes
|
Email address
|
--full-name <value>
|
Yes
|
Full name (enclose value in quotes if full name includes spaces)
|
--enabled <value>
|
No
|
Specifies if the user will be enabled (y/n/yes/no/true/false/on/off)
|
--admin <value>
|
No
|
Specifies if the user will have administrator privileges (y/n/yes/no/true/false/on/off)
|
--password <value>
|
No
|
Password
|
--phone-number <value>
|
No
|
Phone number
|
--notification-level <value>
|
No
|
Specifies the level of e-mail notifications (none/all/minimal). Case insensitive.
|
--notification-wait-level <value>
|
No
|
Specifies the default level of notifications when user performs the "Wait" action during reviews. Possible values are: "any activity occurs", "activity by author occurs", "file activity occurs", "someone pokes me"
|
--notification-send-to-level <value>
|
No
|
Specifies the default level of notifications when user performs the "Send To" action during reviews. Possible values are: "any activity occurs", "activity by author occurs", "file activity occurs", "someone pokes me"
|
Remarks:
| • | You must be an Administrator to execute this command. |
Examples:
ccollab admin user create alice --email alice@mycompany.com --full-name "Alice Clark"
ccollab admin user create bob --email bob@mycompany.com --full-name "Bob Campbell" --phone-number 867-5309
|