Newer Version Available

This content describes an older version of this product. View Latest

Buyer Profile Update

Output details for a buyer profile update request.
JSON example
Here's an example of a response when two-factor authentication is disabled:
1{
2  "firstName": "Morton",
3  "isEmailVerified": "true",
4  "isPhoneVerified": "true",
5  "lastName": "Strosin",
6  "email": "Ma**********@vi*****.info",
7  "phoneNumber": "********7740",
8  "userName": "morton.Strosin10@salesforce.com",
9  "verificationResponse": {}
10}
Here's an example of a response when two-factor authentication is enabled:
1{
2  "firstName": "Morton",
3  "isEmailVerified": "true",
4  "isPhoneVerified": "true",
5  "lastName": "Strosin",
6  "email": "Ma**********@vi*****.info",
7  "phoneNumber": "********7740",
8  "userName": "morton.Strosin10@salesforce.com",
9  "verificationResponse": {
10    "identifier": "z9jOsN8Buj8bRISupnbg",
11    "message": "Ok",
12    "method": "Sms",
13    "recipient": "(***) ***-6705",
14    "status": "Success"
15  }
16}
Property Name Type Description Filter Group and Version Available Version
email String The email of the buyer. Medium, 59.0 59.0
firstName String The first name of the buyer. Small, 59.0 59.0
isEmailVerified Boolean Indicates whether the email of the buyer is verified (true) or not (false). Small, 64.0 64.0
isPhoneVerified Boolean Indicates whether the phone number of the buyer is verified (true) or not (false). Small, 64.0 64.0
lastName String The last name of the buyer. Small, 59.0 59.0
phoneNumber String The phone number of the buyer. Small, 59.0 59.0
userName String The user name of the buyer in the Salesforce org, such as user@mycompany.com. Small, 59.0 59.0
verificationResponse Buyer Profile Verification Response The response details for an email address or phone number update request. This field is populated only if two-factored authentication is enabled in your Salesforce org. Small, 64.0 64.0