0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 18:26:15 +01:00
posthog/cypress/fixtures/api/person.json

22 lines
686 B
JSON
Raw Normal View History

{
"next": null,
"previous": null,
"results": [
{
"id": 1,
"name": "smith.nunez@gmail.com",
"distinct_ids": ["01779064-53be-000c-683f-23b1a8c8eb4c"],
"properties": {
"name": { "last": "Nunez", "first": "Smith" },
"email": "smith.nunez@gmail.com",
"phone": "+1 (807) 451-2087",
"address": "670 Stryker Street, Gloucester, Minnesota, 2058",
"is_demo": true
},
"is_identified": true,
"created_at": "2021-02-11T09:20:30.144219Z",
"uuid": "01779064-53bc-0000-a361-f9762350be69"
}
]
}