#Bulk Access Check
1 messages · Page 1 of 1 (latest)
Hi @neat dagger, can the Entity Filtering APIs help you with what you want to achieve: https://docs.permify.co/docs/api-overview/permission/lookup-entity/#lookup-entity.
Lookup Entity endpoint lets you ask questions in form of “Which resources can user:X do action Y?”. As a response of this you’ll get a entity results in a format of string array or as a streaming response depending on the endpoint you're using.
I've looked at this API, but my problem is that I could have millions of entities returned by this API. However, I would only need to check 30 of them with the check API.