Skip to main content

InviteClientUserAdminBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/InviteClientUserAdminBody.json
emailstringrequired
fullNamestringrequired
inviterNamestring

Free-text label rendered into the invite email — typically the operator's display name

phonestring
rolestringrequired
usernamestring
InviteClientUserAdminBody
{
"$schema": "https://example.com/schemas/InviteClientUserAdminBody.json",
"email": "string",
"fullName": "string",
"inviterName": "string",
"phone": "string",
"role": "string",
"username": "string"
}