How do I search for all entities a user has been granted permission on?
-
This thread Can I get permissions granted to a user against an Entity in an OAuth grant mentions that you can search for entities that a user has been granted on but I'm not able to find an actual documented example of what that query would look like -- and I can't figure out how to retrieve a list of indexed fields to construct a query from scratch. Any advice would be welcome!
-
@cgoddard I think this was missing documentation that has now been added: https://fusionauth.io/docs/v1/tech/apis/entity-management/grants/#search-for-grants
Let me know if that doesn't address your question.