UserVO Data Type

Properties
name data type description
login string
firstName string
lastName string
fullName string
password string
email string
idpId string
customData map of string
roles array of string
groups array of string

Example

{
  "login" : "...",
  "firstName" : "...",
  "lastName" : "...",
  "fullName" : "...",
  "password" : "...",
  "email" : "...",
  "idpId" : "...",
  "customData" : {
    "property1" : "...",
    "property2" : "..."
  },
  "roles" : [ "...", "..." ],
  "groups" : [ "...", "..." ]
}