Create a user

Request

POST https://{hostname}:{port}
  /build/rest2/users
This command takes a JSON request string or file. Use the following template for the request:
{
  "actualName": "The full name of the user.",
  "emailAddress": "The email address to use for 
  notifications.",
  "imId": "The instant messaging ID for notifications.",
  "locale": "The locale of this user.",
  "name": "The user name to use to log into the product. 
  Required.",
  "numDashRows": "The number of recent items to display on 
  the dashboard.",
  "password": "The password for this user. Required.",
  "passwordConfirm": "Confirm the new password. Required.",
  "realmId": "The ID of Authentication Realm you wish to 
  create the user in.",
  "receiveNotifications": "Receive notifications from the 
  server. Clear this check box to unsubscribe all emails 
  from the server.",
  "shortDateFormat": "The date and time format to use on 
  the dashboard. The default is based upon the locale of the 
  server.",
  "timeZone": "The time zone of the user.",
  "use24Clock": "The boolean value to indicate whether to 
  use 24-Hour Clock",
  "userGroup": "The JSONArray of group ID."
}