User Home
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
PATCH |
Retrieve user home settings
Get the authenticated user's pinned sidebar tabs and configured homepage for the current team. Pass @me as the UUID.
Required API key scopes
user:readPath parameters
- uuidstring
Response
Example request
GET /api /user_home_settings /:uuidExample response
Status 200
RESPONSE
Update user home settings
Update the authenticated user's pinned sidebar tabs and/or homepage for the current team. Pass @me as the UUID. Send tabs to replace the pinned tab list, homepage to set the home destination (any PostHog URL — dashboard, insight, search results, scene). Either field may be omitted to leave it unchanged; sending homepage: null or {} clears the homepage.
Required API key scopes
user:writePath parameters
- uuidstring
Request parameters
- tabsarray
- homepage
Response
Example request
PATCH /api /user_home_settings /:uuidExample response
Status 200
RESPONSE