provider usersusers GET /api/users/{uuid}/two_factor_status/
@utdk/posthog /api/users/{uuid}/two_factor_status/
users_two_factor_status_retrieve
Get current 2FA status including backup codes if enabled
uuid path required
string

Try it

Authentication
Configure credentials for PostHog API
usersTwoFactorStatusRetrieve
GET/api/users/{uuid}/two_factor_status/
Get current 2FA status including backup codes if enabled

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