Skip to main content

UpdateClientUserAdminBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/UpdateClientUserAdminBody.json
emailstring
fullNamestring
isActiveboolean
phonestring
rolestring
usernamestring
UpdateClientUserAdminBody
{
"$schema": "https://example.com/schemas/UpdateClientUserAdminBody.json",
"email": "string",
"fullName": "string",
"isActive": true,
"phone": "string",
"role": "string",
"username": "string"
}