0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 02:49:32 +01:00
posthog/cypress/fixtures/api/user-enterprise.json
2022-02-23 08:22:01 +01:00

47 lines
1.7 KiB
JSON

{
"id": "01788ed8-6d2d-0000-ccdb-d8e17589b1ea",
"distinct_id": "kOyAmTq2McfCD5XvqwjKf8m6GVecm9uN0L0ypEoRN50",
"first_name": "Jane",
"email": "test@posthog.com",
"email_opt_in": true,
"anonymize_data": false,
"toolbar_mode": "toolbar",
"has_password": true,
"is_staff": false,
"is_impersonated": false,
"team": {
"id": 1,
"uuid": "01787e47-55d7-0000-6976-b893a03aaba8",
"organization": "01787e47-5558-0000-bae1-6bc513b42abe",
"api_token": "dtrwW0uEC7LwVx64RmZmqog_XjU0nXWuEK1d1ZpjteQ",
"name": "Hogflix Demo App",
"completed_snippet_onboarding": true,
"ingested_event": true,
"is_demo": true,
"timezone": "UTC"
},
"organization": {
"id": "01787e47-5558-0000-bae1-6bc513b42abe",
"name": "Hogflix Movies",
"created_at": "2021-03-29T13:58:27.416616Z",
"updated_at": "2021-03-29T13:58:57.067131Z",
"membership_level": 15,
"plugins_access_level": 9,
"teams": [
{
"id": 1,
"uuid": "01787e47-55d7-0000-6976-b893a03aaba8",
"organization": "01787e47-5558-0000-bae1-6bc513b42abe",
"api_token": "dtrwW0uEC7LwVx64RmZmqog_XjU0nXWuEK1d1ZpjteQ",
"name": "Hogflix Demo App",
"completed_snippet_onboarding": true,
"ingested_event": true,
"is_demo": true,
"timezone": "UTC"
}
],
"available_features": ["zapier", "organizations_projects", "google_login", "dashboard_collaboration"]
},
"organizations": [{ "id": "01787e47-5558-0000-bae1-6bc513b42abe", "name": "Hogflix Movies" }]
}