Fill Missing Information

This flow will be used when a field is required for the current requirements but missing from the user. An example would be users are registered with email addresses but MFA with SMS is enabled. In this case phone_number is required to execute MFA and user must provide their phone number with this flow.

Cookie
session

Request Body

email
string

User's email address

phone_number
string

User's phone number. Either an e164 formatted (international) phone number or a national phone number.

username
string

User's username

POST
/account/updateMissingInformation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Loading...