Entity permission sharing

I have implemented our annual review process in Fibery and would like to automate the sharing of entities to users linked to them.

Any plans to add it to the rules or any “hidden” API to use? :sweat_smile:

Hi!
That’s definitely in plans, and I also believe that with scripts it’s possible to put users from entity to the sharing list
Will check with colleagues, do we have any examples to share :slight_smile:

1 Like

It is possible, with an API call to workspace.fibery.io/api/access-templates/json-rpc using API token authorization.
I would suggest using your browser’s developer tools to examine the network requests that occur when you manually apply.
e.g.
image
and then you can probably reverse engineer how to do it from that.

1 Like