Hi there,
I'm currently working on getting the proper privileges in order to query a wide range of data from different entities. I am able to get the entities through the /EntityDefinitions endpoint, but when I try to access /accounts and /contacts and I get the error that the Principal user is missing prvReadContact privilege (or prvReadAccount). I found this resource which shows the different privileges but I can't figure where I set this up. I have given myself full access when creating the app (in portal.azure.com > Azure Active Directory > App registrations and in the Settings > Required Permissions, where I gave myself full permissions to the different APIs and then said 'Grant Permissions') but I'm not sure if this is relevant, since I haven't seen anything about these different privilege codes in there.
I want to be able to set myself up for full read access with all privileges, but am not sure how to do so. Any advice would be greatly appreciated.
*This post is locked for comments