Skip to main content

RegisterResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/RegisterResponseBody.json
messagestringrequired
requiresVerificationbooleanrequired
successbooleanrequired
userUuidstringrequired
RegisterResponseBody
{
"$schema": "https://example.com/schemas/RegisterResponseBody.json",
"message": "string",
"requiresVerification": true,
"success": true,
"userUuid": "string"
}