I'm in the situation when I want to get all users from ms dynamics by web api who has privilege to create, for example, contact(it may be lead, opportunity or another entity). I don't want to check every user separately on their privileges, because it will need a lot of queries. Is there the way to get all users who has specific privilege by one(or two) query? I just don't want the number of queries depends on the number of users.
*This post is locked for comments