Personal accessibility on Workshop

Hi,

I would like to know if there is more detailed permission function in Workshop that allows managing access to menus within the same user group (e.g., viewers).

Currently, we have implemented this functionality using a conventional approach with various object types and mapping tables. However, we are encountering issues where we need to customize menus and buttons with conditional visibility/disable options individually along with multiple embedded workshops.

Specifically, we need to:

  1. Allow certain users to see specific menus/pages while others cannot.
  2. Enable or disable buttons for specific users.

In summary, we are wondering if Palantir offers more detailed authority options beyond the standard roles such as viewer, editor, and owner.

You can get the current user’s id or group ids as variables out of the box. Additionally, you could also pass these principal ids to Functions to get extra metadata like group name (see this).