provider persons POST /api/environments/{environment_id}/persons/{id}/update_property/
@utdk/posthog /api/environments/{environment_id}/persons/{id}/update_property/
environments_persons_update_property_create
This endpoint is meant for reading and deleting persons. To create or update persons, we recommend using the [capture API](https://posthog.com/docs/api/capture), the `$set` and `$unset` [properties](https://posthog.com/docs/product-analytics/user-properties), or one of our SDKs.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
format query
enum: csv, json
id path required
A unique value identifying this person. Accepts both numeric ID and UUID.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsPersonsUpdatePropertyCreate
POST/api/environments/{environment_id}/persons/{id}/update_property/
This endpoint is meant for reading and deleting persons. To create or update persons, we recommend using the [capture API](https://posthog.com/docs/api/capture), the `$set` and `$unset` [properties](https://posthog.com/docs/product-analytics/user-properties), or one of our SDKs.

Parameters

required

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

required

A unique value identifying this person. Accepts both numeric ID and UUID.

Input

required

The property key to set.

required

The property value. Can be a string, number, boolean, or object.

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