provider organizationsidentity_provider_configs POST /api/organizations/{organization_id}/identity_provider_configs/{id}/scim/token/
@utdk/posthog /api/organizations/{organization_id}/identity_provider_configs/{id}/scim/token/
identity_provider_configs_scim_token_create
Regenerate the SCIM bearer token for this IdP config.
id path required
A UUID string identifying this identity provider config.
string
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
identityProviderConfigsScimTokenCreate
POST/api/organizations/{organization_id}/identity_provider_configs/{id}/scim/token/
Regenerate the SCIM bearer token for this IdP config.

Parameters

required

A UUID string identifying this identity provider config.

required

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

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