-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
Product / Portfolio Work
-
False
-
-
False
-
None
-
Unset
-
None
-
-
-
Description
As a developer I should be able to use a hook which checks if user has access to any provided resource IDs.
Technical details
Right now API supports only single check, we should write the bulk check in a way to call for each resource the access check, and return only those which are accessible to user. Make sure we do not break the UI by calling this multiple times, but create a batch requests.