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 |
---|---|---|
Yes |
Specifies the login or username of a new user |
|
Yes |
Email address |
|
Yes |
Full name (enclose value in quotes if full name includes spaces) |
|
No |
Specifies if the user will be enabled (y/n/yes/no/true/false/on/off) |
|
No |
Specifies if the user will have administrator privileges (y/n/yes/no/true/false/on/off) |
|
No |
Password |
|
No |
Phone number |
|
No |
Specifies the level of email notifications (none/all/minimal). Case insensitive. |
|
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". |
|
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 [email protected] --full-name "Alice Clark"
ccollab admin user create bob --email [email protected] --full-name "Bob Campbell" --phone-number 867-5309