Initiate passwordless login by Email with a registration profile
POST/identity/v2/auth/login/passwordlesslogin/email
POST variant of passwordless login by Email. The email identifier and the full registration profile are supplied in the JSON body (same schema as /auth/register). When passwordless email auto-registration is enabled, a previously-unknown email is auto-registered with the supplied profile fields, and the request must carry a valid SOTT or CAPTCHA. This endpoint registers by email only — any PhoneId or UserName supplied in the body is ignored (not validated and not stored), and Password is not required. Sending the profile in the body (instead of query parameters) keeps PII out of URLs and logs.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Success
Bad Request
Status Unauthorized: The request requires User authentication.
Forbidden
Not Found
Internal Server Error - an unexpected error occurred on the server.