Server API
Enroll Verified Authenticator
Enroll an authenticator on behalf of a user. This operation should only be used in cases where you have already verified a user’s email address or phone number in your own system.
POST
/
users
/
{userId}
/
authenticators
Path Parameters
The ID of the user.
Body
application/json
The verification method of the authenticator being enrolled.
Available options:
EMAIL_MAGIC_LINK
, EMAIL_OTP
, SMS
, AUTHENTICATOR_APP
The user's email address. Required for EMAIL_MAGIC_LINK and EMAIL_OTP.
The user's phone number in E.164 format. Required for SMS.
The formatted OTP URI. Required for AUTHENTICATOR_APP.
Deprecated - use 'verificationMethod' instead.
Available options:
EMAIL_MAGIC_LINK
, EMAIL_OTP
, SMS
Was this page helpful?