Whom to ask for Admin Consent for Graph API permissions

Manish Nath 0 Reputation points Microsoft Intern
2024-05-03T11:37:39.66+00:00

Hi, I need a couple of permissions for my Graph API which need Admin consent. Anyone who is capable of granting admin consent or knows whom to contact, kindly comment on this. Will be happy to provide additional details.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,449 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Hitesh Pachipulusu - MSFT 475 Reputation points Microsoft Vendor
    2024-05-03T18:52:24.9366667+00:00

    Hello @Manish Nath ,To grant admin consent for Graph API permissions in app registrations, you typically need to have Global Administrator or Privileged Role Administrator rights within your Azure Active Directory. Here’s a general process you can follow:

    1. Navigate to the Azure portal.
    2. Go to Azure Active Directory > App registrations.
    3. Select the application to which you want to add permissions.
    4. Click on API permissions > Add a permission > Microsoft Graph.
    5. Choose the permissions you need and add them.
    6. After adding, click on Grant admin consent for [YourTenantName].

    If you’re not an administrator, you should reach out to your organization’s IT department or the person responsible for managing Azure AD to request these permissions. They will have the necessary rights to grant admin consent for the required Graph API permissions.

    Please refer to documentation for more information. https://learn.microsoft.com/en-us/graph/api/resources/consentrequests-overview?view=graph-rest-1.0

    Hope this helps. If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments