UpdateUserVo Data Type

Properties
name data type description
name string
description string
userdata map of string
userData map of string
email string
fullName string
lastName string

Example

{
  "name" : "...",
  "description" : "...",
  "userdata" : {
    "property1" : "...",
    "property2" : "..."
  },
  "userData" : {
    "property1" : "...",
    "property2" : "..."
  },
  "email" : "...",
  "fullName" : "...",
  "lastName" : "..."
}