User Operations Commands

Note: These commands are for account administrators only.

createuser

Creates a new user. The only required parameter is username. It must be unique in the system and it cannot contain spaces. We recommend that the value of username be the same as the user's email address.

createuser username {email=email_address} {password=password} 

Example results:

Executing command: createuser brain@acmelabs.com password=TotalW0rld email=brain@acmelabs.comUser added: brain@acmelabs.com

The comparable web service is adduser.

listmanagedusers

Lists all users managed by the Account Administrator running the command.