provider organizationsrequest_ai_access POST /api/organizations/{id}/request_ai_access/
@utdk/posthog /api/organizations/{id}/request_ai_access/
request_ai_access_create
Notify organization admins that a member is requesting PostHog AI be enabled.
id path required
A UUID string identifying this organization.
string

Try it

Authentication
Configure credentials for PostHog API
requestAiAccessCreate
POST/api/organizations/{id}/request_ai_access/
Notify organization admins that a member is requesting PostHog AI be enabled.

Parameters

required

A UUID string identifying this organization.

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