provider customer_profile_configs POST /api/environments/{environment_id}/customer_profile_configs/
@utdk/posthog /api/environments/{environment_id}/customer_profile_configs/
environments_customer_profile_configs_create
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsCustomerProfileConfigsCreate
POST/api/environments/{environment_id}/customer_profile_configs/

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

Input

required
required

* `person` - Person * `group_0` - Group 0 * `group_1` - Group 1 * `group_2` - Group 2 * `group_3` - Group 3 * `group_4` - Group 4

required
required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsCustomerProfileConfigsCreate()