updatePII
POST {{url}}/subscriberconsole/updatePII
- Use this API to update a subscriber's Personally Identifiable Information (PII) data, including;
- 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"=>"{{VenueMgmt-AccessToken}}", "EmailAddress"=>"gauravjain78@icloud.com", "GivenName"=>"Gaurav", "FamilyName"=>"Jain", "PhoneNumber.E164"=>"+14042298114", "locale"=>"en_US"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
origin | string |