2021-06-15 18:44:09 +00:00
|
|
|
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
identifier:
|
|
|
|
type: string
|
|
|
|
description: External identifier of the contact
|
|
|
|
identifier_hash:
|
|
|
|
type: string
|
|
|
|
description: Identifier hash prepared for HMAC authentication
|
|
|
|
email:
|
|
|
|
type: string
|
|
|
|
description: Email of the contact
|
2022-04-29 15:24:12 +00:00
|
|
|
name:
|
2021-06-15 18:44:09 +00:00
|
|
|
type: string
|
|
|
|
description: Name of the contact
|
2022-04-29 15:24:12 +00:00
|
|
|
phone_number:
|
|
|
|
type: string
|
|
|
|
description: Phone number of the contact
|
2021-06-15 18:44:09 +00:00
|
|
|
avatar_url:
|
|
|
|
type: string
|
|
|
|
description: The url to a jpeg, png file for the user avatar
|
|
|
|
custom_attributes:
|
|
|
|
type: object
|
|
|
|
description: Custom attributes of the customer
|