provider usersusers GET /api/users/{uuid}/
@utdk/posthog /api/users/{uuid}/
users_retrieve
Retrieve a user's profile and settings. Pass `@me` as the UUID to fetch the authenticated user; non-staff callers may only access their own account.
uuid path required
string

Try it

Authentication
Configure credentials for PostHog API
usersRetrieve
GET/api/users/{uuid}/
Retrieve a user's profile and settings. Pass `@me` as the UUID to fetch the authenticated user; non-staff callers may only access their own account.

Parameters

required

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