How to grant the workspace access to the specific role users under workspaces on next experience UIIssue In next experience UI we have workspace menu and workspaces are listed under it.You can grant access to workspace for specific role users by creating the acl or changing the existing acl.Basically acl's are created with type ux_route and name of the acl would be URL of workspace.Example for service operations workspace instance url is 'yourinstance.service-now.com/now/sow/home' then ACL name should be 'now.sow.home'ResolutionTo grant service operations workspace to specific user change the role in below acl https://<<Instancename>>/nav_to.do?uri=sys_security_acl.do?sys_id=8fe2dc57b7703010e69dbc16de11a952 If there is no OOB acl create one Type: ux_routeOperation: read Name: now.XXXworkspace.home- Add the role as required Similarly for other workspace as well identify the acl and change as required