Set your personal home dashboard via the api

After I have created a personal dashboard for the user account, I would like to set it as the home dashboard. I know how to do it via the web interface, under preferences. I need to be able to set this via the api. Can anyone help with a way to do this. I have the dashboard starred which does help, but ultimately it would be nice to have it as the home dashboard.

Hello @bradley3, check out this thread for more information on this:

Basically you should use PUT /api/org/preferences and change "homeDashboardId":idOfYourDashboard. More info can be found here:

This topic was automatically closed after 365 days. New replies are no longer allowed.