UpdatePhoneAuthenticationMethod
Updates an existing phone-based authentication method for a user.
Input
Name | Type | Description |
UserID | String | The unique identifier of the user whose phone authentication method is being updated. This ID is used to pinpoint the exact user in Azure Active Directory. |
Id | String | The unique identifier associated with the phone authentication method type is being updated. Valid values include 'b6332ec1-7057-4abe-9331-3d72feddfe41' for alternate mobile, 'e37fc753-ff3b-4958-9484-eaa9425c82bc' for office, and '3179e48a-750b-4051-897c-87b9720928f7' for mobile. |
PhoneNumber | String | The new or updated phone number to be associated with the specified authentication method. This must follow the appropriate phone number format. |
Result Set Columns
Name | Type | Description |
Success | String | Indicates the outcome of the operation. A value of true means the phone authentication method was successfully updated, while false indicates a failure. |