provider customer_profile_configs PATCH /api/projects/{project_id}/customer_profile_configs/{id}/
@utdk/posthog /api/projects/{project_id}/customer_profile_configs/{id}/
customer_profile_configs_partial_update
id path required
string
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string

Try it

Authentication
Configure credentials for PostHog API
customerProfileConfigsPartialUpdate
PATCH/api/projects/{project_id}/customer_profile_configs/{id}/

Parameters

required
required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

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