updateSubscriberPII
POST {{url}}/networkoperatorconsole/subscribers/updateSubscriberPII
- Use this API to update a subscriber's PII data.
- GivenName - First Name
- FamilyName - Last Name
- PhoneNumber.E164 - The E164 format is Country Code (1-3 digits) + Subscriber Number (max 12 digits)
- Locale - a locale defines the user's language, syntax, and region which will affect the subscriber interface.
Request Body
{"AccessToken"=>"{{NetworkOperatorAdmin-AccessToken}}", "SubscriberToken"=>"QophQptr", "GivenName"=>"Gaurav3", "FamilyName"=>"Jain", "PhoneNumber.E164"=>"+595412345", "locale"=>"en-us", "contactpref_sms"=>true, "contactpref_email"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
origin | string |