provider usersusers POST /api/users/{uuid}/credentials_review_complete/
@utdk/posthog /api/users/{uuid}/credentials_review_complete/
users_credentials_review_complete_create
Mark the user as having reviewed their existing credentials. Idempotent. Flips `requires_credential_review` to False so the post-login interstitial isn't shown again. Does not modify any credentials; the user revokes individual Personal API Keys and passkeys via their existing endpoints from the same screen.
uuid path required
string

Try it

Authentication
Configure credentials for PostHog API
usersCredentialsReviewCompleteCreate
POST/api/users/{uuid}/credentials_review_complete/
Mark the user as having reviewed their existing credentials. Idempotent. Flips `requires_credential_review` to False so the post-login interstitial isn't shown again. Does not modify any credentials; the user revokes individual Personal API Keys and passkeys via their existing endpoints from the same screen.

Parameters

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