provider organizationsrole_external_references GET /api/organizations/{organization_id}/role_external_references/lookup/
@utdk/posthog /api/organizations/{organization_id}/role_external_references/lookup/
role_external_references_lookup_retrieve
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
provider query required
Integration kind (e.g., github, linear, jira, slack).
string
provider_organization_id query required
Provider organization/workspace/site identifier.
string
provider_role_id query
Stable provider role identifier.
string
provider_role_slug query
Human-friendly provider role identifier.
string

Try it

Authentication
Configure credentials for PostHog API
roleExternalReferencesLookupRetrieve
GET/api/organizations/{organization_id}/role_external_references/lookup/

Parameters

required

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

required

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

required

Provider organization/workspace/site identifier.

Stable provider role identifier.

Human-friendly provider role identifier.

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