Skip to main content

AcceptInviteRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/AcceptInviteRequestBody.json
newPasswordstringrequired

Password the new user picks

tokenstringrequired

Invite token from the admin invite email

AcceptInviteRequestBody
{
"$schema": "https://example.com/schemas/AcceptInviteRequestBody.json",
"newPassword": "string",
"token": "string"
}