Romain Eude
07/03/2024, 8:26 AMJulius Kos
07/03/2024, 12:27 PM/api/v1/actions/userManagement/users/{user.id}/permissions
to obtain workspace permissions and display a list of accessible workspaces from that.
• Using the workspace ID, call /api/v1/entities/workspaces/{workspaceId}/analyticalDashboards
to get user identifiers. For user IDs that match the user identifier in the response, display the accessible dashboards.
• Upon clicking on a Dashboard ID, load the Dashboard component with the corresponding Dashboard ID.
Of course, as was mentioned, the whole react logic would need to be implemented from your end.Romain Eude
07/03/2024, 12:29 PM