You can add a user using the CLI tool, REST API or the PPaaS Console as shown below:
Sample user definition JSON
The following are sample configurations that can be used in a JSON to define a user:
{ "userName": "kim", "credential": "kim12345", "role": "admin", "firstName": "Frank", "lastName": "Myers", "email": "foo@bar.com" }