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
phonestring
pinstring
rolestring
usernamestring
UpdateUserInput
{
"$schema": "https://example.com/schemas/UpdateUserInput.json",
"avatar": "string",
"email": "string",
"fullName": "string",
"isActive": true,
"phone": "string",
"pin": "string",
"role": "string",
"username": "string"
}