provider user_interview_topics POST
/api/projects/{project_id}/user_interview_topics/{topic_id}/interviewees/bulk/ @utdk/posthog
/api/projects/{project_id}/user_interview_topics/{topic_id}/interviewees/bulk/ user_interview_topics_interviewees_bulk_create
Create up to 500 interviewee context rows for a topic in a single request. Rows whose (topic, interviewee_identifier) already exists are skipped — the response surfaces an `inserted_count`, a `skipped_count`, and the `skipped_identifiers` so the caller can reconcile. Items must have unique `interviewee_identifier` values within the batch.
- 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
- topic_id path required
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.userInterviewTopicsIntervieweesBulkCreate()