provider persons POST /api/environments/{environment_id}/persons/funnel/
@utdk/posthog /api/environments/{environment_id}/persons/funnel/
environments_persons_funnel_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

Try it

Authentication
Configure credentials for PostHog API
environmentsPersonsFunnelCreate
POST/api/environments/{environment_id}/persons/funnel/
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.

Input

required

Numeric person ID.

required

Display name derived from person properties (email, name, or username).

required

Key-value map of person properties set via $set and $set_once operations.

required

When this person was first seen (ISO 8601).

required

Unique identifier (UUID) for this person.

required

Timestamp of the last event from this person, or null.

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