Skip to main content

CreateAdminRequestBody

$schemauri

A URL to the JSON Schema for this object.

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

Email address

fullNamestringrequired

Full name

passwordstringrequired

New password (min 10 chars)

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