{ "opencollection": "1.0.0", "info": { "name": "PostHog actions user_home_settings API", "version": "1.0.0" }, "items": [ { "info": { "name": "user_home_settings", "type": "folder" }, "items": [ { "info": { "name": "user_home_settings_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/user_home_settings/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the authenticated user's pinned sidebar tabs and configured homepage for the current team. Pass `@me` as the UUID." }, { "info": { "name": "user_home_settings_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/user_home_settings/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "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." } ] } ], "bundled": true }