Skip to main content

RegisterRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/RegisterRequestBody.json
emailemailrequired

Email address

fullNamestringrequired

Full name

passwordstringrequired

New password (min 10 chars)

RegisterRequestBody
{
"$schema": "https://example.com/schemas/RegisterRequestBody.json",
"email": "[email protected]",
"fullName": "string",
"password": "string"
}