get_person
Retrieve a PostHog user by distinct_id to access their properties, creation date, and event count.
Instructions
Get a PostHog person (user) by their distinct_id. Returns person properties, creation date, and event count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| distinct_id | Yes | The person's distinct_id to look up |