Getting Users' Phone Numbers

You may make a PATCH request to the management API /api/v2/tenants/settings endpoint (see docs) with the following JSON body to access the phone number :

{
  "flags": { 
    "disable_management_api_sms_obfuscation": true
  }
}
1 Like