ContributionsMost RecentNewest TopicsMost LikesSolutionsHow to fetch a list of accessible dashboards for each user? I'm looking to do something simple. From my application, fetch a list of dashboards our logged in user has access to in Sisense. Is there any way to cleanly do this via API without using the access token for each individual user and use an admin API? Or if access token is needed, somehow fetching the access token after logging in the user via OIDC SSO. Otherwise, I'll have to fetch a user's groups and scan through /dashboard to find dashboards with matching group ids Solved