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

Try it

Authentication
Configure credentials for PostHog API
environmentsCustomerProfileConfigsPartialUpdate
PATCH/api/environments/{environment_id}/customer_profile_configs/{id}/

Parameters

required

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

required

Input

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

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.environmentsCustomerProfileConfigsPartialUpdate()