CreateUserInput
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/CreateUserInput.jsonavatarstring
emailstringrequired
fullNamestringrequired
oauthData object
property name*any
oauthIdstring
oauthProviderstring
phonestringrequired
pinstringrequired
rolestringrequired
usernamestringrequired
CreateUserInput
{
"$schema": "https://example.com/schemas/CreateUserInput.json",
"avatar": "string",
"email": "string",
"fullName": "string",
"oauthData": {},
"oauthId": "string",
"oauthProvider": "string",
"phone": "string",
"pin": "string",
"role": "string",
"username": "string"
}