How can I grant my application full access to the AAD Graph API for my tenant? [duplicate]
This question already has an answer here : Insufficent privileges when accessing azure graph api users list (1 answer) Closed 2 years ago . I have registered an AAD Application in my Tenant/Directory, and I want to call the Graph API in the App Only Context. (Using the Client Credential Flow) When making certain AAD Graph API calls, I get the error: "odata.error":{ "code":"Authorization_RequestDenied", "message":{ "lang":"en","value":"Insufficient privileges to complete the operation." } } I want to give this application full access to the Graph API in the context of my tenant. Or I want to