provider user_home_settingsuser_home_settings GET /api/user_home_settings/{uuid}/
@utdk/posthog /api/user_home_settings/{uuid}/
user_home_settings_retrieve
Get the authenticated user's pinned sidebar tabs and configured homepage for the current team. Pass `@me` as the UUID.
uuid path required
string

Try it

Authentication
Configure credentials for PostHog API
userHomeSettingsRetrieve
GET/api/user_home_settings/{uuid}/
Get the authenticated user's pinned sidebar tabs and configured homepage for the current team. Pass `@me` as the UUID.

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