PUT

MFA Update Phone Number

End-Point

This API is used to update (if configured) the phone number used for Multi-factor authentication by sending the verification OTP to the provided phone number.

Layer 1 REQUEST

Get Params

apikey :
LoginRadius API Key [REQUIRED]
secondfactorauthenticationtoken :
A Uniquely generated MFA identifier token after successful authentication. [REQUIRED]
smstemplate2fa :
SMS Template Name
options :
preventverificationsms (Specifying this value prevents the verification sms from being sent. Only applicable if you have the optional sms verification flow)

Post Params

phoneno2fa :
The Phone Number to be Updated [REQUIRED]
Layer 1 RESPONSE
Output Format
{
  "AccountSid": "XXXXXXXXXXXXXXXXXXXXX",
  "Sid": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}
Layer 1 REQUEST

Query

apikey*
secondfactorauthenticationtoken*
smstemplate2fa
options

Header

content-Type

Body

Request URL

Layer 1 RESPONSE
Request
Response
Run in Postman

Mobile SDKs