provider usersusers GET /api/users/{uuid}/login_sessions/
@utdk/posthog /api/users/{uuid}/login_sessions/
users_login_sessions_list
List the cookie-auth login sessions for the current user. Self-only — never another user.
email query
string
is_staff query
boolean
uuid path required
string

Try it

Authentication
Configure credentials for PostHog API
usersLoginSessionsList
GET/api/users/{uuid}/login_sessions/
List the cookie-auth login sessions for the current user. Self-only — never another user.

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