The users without the role "sn_wsd_core.workplace_user" is not able view the Embedded floor plan widget.Issue The role "sn_wsd_core.workplace_user" is required for non-admins to view the embedded floor plan widget in the portal. If the user account does not have this role, the floor plan is not rendered.ReleaseAllCauseIf the user does not have this role 'sn_wsd_core.workplace_user', the widget will load in the portal but not the data. If the user does not have this role, the API(space_availability) ACL will fail and we would see the 403 forbidden error(Failed API level ACL Validation). Also, we cannot modify the REST_Endpoint ACL to remove this role.ResolutionIt is expected behavior that the user should have role 'sn_wsd_core.workplace_user' to view the widget 'Embedded floor plan' data.