UpdateUserVo Data Type
name | data type | description |
---|---|---|
name | string | |
description | string | |
userdata | map of string | |
userData | map of string | |
string | ||
fullName | string | |
lastName | string |
Example
{ "name" : "...", "description" : "...", "userdata" : { "property1" : "...", "property2" : "..." }, "userData" : { "property1" : "...", "property2" : "..." }, "email" : "...", "fullName" : "...", "lastName" : "..." }