Attributes
Attribute | Type | Description |
---|---|---|
| string | The consumer’s phone number. Limited to 32 characters. |
| string | The consumer’s first name and any middle names. Limited to 128 characters. |
| string | The consumer’s last name. Limited to 128 characters. |
| string | The consumer’s email address. Limited to 128 characters. |
{
"phoneNumber": "600555777",
"givenNames": "Joe",
"surname": "Consumer",
"email": "[email protected]"
}