User data
Example data
{
"type": "user-datas",
"id": "c11bf8f2-5745-48e8-a47a-1ddaa7739316",
"attributes": {
"email": "oolson@lyons.com",
"email-confirmed": true,
"last-exported-at": "2021-03-15T12:39:27.261293+00:00",
"first-visit-on": null,
"gender": "male",
"last-visit-on": null,
"visits-count": 0,
"first-name": "Rebecca",
"phone-confirmed": false,
"has-whatsapp": false,
"phone": null,
"birth-date": "2021-03-15",
"language": "English",
"is-subscribed": true,
"last-name": "Johnson",
"user-id": "42c37979-956a-405c-8941-4141da93dac5"
},
"relationships": {
"venue": {
"data": {
"type": "venues",
"id": "22222222-2222-2222-2222-222222222222"
}
}
}
}
Attributes
| Name |
Description |
email |
user email address |
email-confirmed |
flag if user has a email address that was confirmed |
last-exported-at |
date of last export operation in the client panel |
first-visit-on |
date of first visit |
gender |
user gender |
last-visit-on |
date of last visit |
visits-count |
amount of visits |
first-name |
user first name |
phone-confirmed |
flag if user has a phone number that was confirmed via SMS during login (premium feature) |
has-whatsapp |
flag if user has a phone number that was confirmed as a WhatsApp number (premium feature) |
phone |
user phone number |
birth-date |
user birth date |
language |
user preferred language |
is-subscribed |
flag if user is subscribed to marketing messages |
last-name |
user last name |
user-id |
user ID |
Relationships
| Name |
Resource |
venue |
Venue |