Skip to main content

UpdateUserInput

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/UpdateUserInput.json
avatarstring
emailstring
fullNamestring
isActiveboolean
languagestring

Possible values: [en, it]

phonestring
pinstring
rolestring
usernamestring
UpdateUserInput
{
"$schema": "https://example.com/schemas/UpdateUserInput.json",
"avatar": "string",
"email": "string",
"fullName": "string",
"isActive": true,
"language": "en",
"phone": "string",
"pin": "string",
"role": "string",
"username": "string"
}