UserCreateVO Data Type

Properties
name data type description
login string
email string
code string
firstName string
lastName string
fullName string
password string
consumerKey string
timezone string
extData map of object

Example

{
  "login" : "...",
  "email" : "...",
  "code" : "...",
  "firstName" : "...",
  "lastName" : "...",
  "fullName" : "...",
  "password" : "...",
  "consumerKey" : "...",
  "timezone" : "...",
  "extData" : {
    "property1" : { },
    "property2" : { }
  }
}