Starts the passwordless authentication. IMPORTANT: For passwordless authentication, first is required to send a POST to request an email to be sent to the User’s email with a link for the user to click on to verify his email.
required | object (identifiers) |
required | object (delivery) |
Created
Bad Request
{- "identifiers": {
- "email_address": "joe.blow@company.com"
}, - "delivery": {
- "method": "email",
- "destination": "joe.blow@company.com",
- "action": "login",
- "redirect": "/"
}
}