Skip to main content

AcceptInvitePasswordlessSchema

Schema for accepting an invitation without setting a password.

invite_id is a body field, not a path parameter, on purpose: rate_limit_dual reads identifier_field off the Ninja schema positional argument, so per-invite limiting only works when the id is in the body. The token is in the body for the same reason it is on /accept-invite: query strings end up in access logs, referrers and browser history.

tokenToken (string)required
invite_idInvite Id (string)required
AcceptInvitePasswordlessSchema
{
"token": "string",
"invite_id": "string"
}