CreateClientUserAdminBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/CreateClientUserAdminBody.jsonemailstringrequired
fullNamestringrequired
passwordstringrequired
Initial password — admin should share securely; user can change after first login
phonestring
rolestringrequired
usernamestring
CreateClientUserAdminBody
{
"$schema": "https://example.com/schemas/CreateClientUserAdminBody.json",
"email": "string",
"fullName": "string",
"password": "string",
"phone": "string",
"role": "string",
"username": "string"
}