AddPhoneAuthenticationMethod
Configures and adds a new phone-based authentication method for a user.
Input
Name | Type | Description |
UserID | String | The unique identifier of the user for whom the phone authentication method will be added. |
PhoneNumber | String | The phone number to be associated with the user's authentication method. It must follow the E.164 format. |
PhoneType | String | The classification of the phone number being added includes the valid values 'mobile' for personal mobile devices, 'alternateMobile' for secondary mobile numbers, and 'office' for office landline numbers. |
Result Set Columns
Name | Type | Description |
Success | String | Indicates whether the process to add a phone authentication method completed successfully (true or false). |