How to Unmask the SMS MFA Factor Phone Number

Problem Statement:

The Management API’s Get the First Confirmed Multi-factor Authentication Enrollment endpoint returns the masked phone number.

How to unmask the phone number used as MFA Factor for Progressive Profiling?

Solution:

You can configure your tenant settings to disable the obfuscation of the phone number used in SMS MFA. Send a PATCH request to the Management API’s Update tenant settings endpoint with the following request body:

{
  "flags": { 
    "disable_management_api_sms_obfuscation": true
  }
}