provider organizationsrole_external_references POST /api/organizations/{organization_id}/role_external_references/
@utdk/posthog /api/organizations/{organization_id}/role_external_references/
role_external_references_create
organization_id path required
ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.
string

Try it

Authentication
Configure credentials for PostHog API
roleExternalReferencesCreate
POST/api/organizations/{organization_id}/role_external_references/

Parameters

required

ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.

Input

required
required

Integration kind (e.g., github, linear, jira, slack).

required

Provider organization/workspace/site identifier.

required

Stable provider role identifier.

Human-friendly provider role identifier.

required

Display name of the provider role.

required

PostHog role UUID this external role maps to.

required
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.roleExternalReferencesCreate()