I'm playing with Microsoft Graph API via Graph explorer. I'm logged with my company account. According to the documentation, admin consent is not required for delegated permissions Sites.Read.All and Sites.ReadWrite.All.
But in Graph explorer I see that permission Sites.Read.All was not consented.
If I click on Consent button for Site.Read.All permission I will receive information that admin approval is needed.
Does it mean that I really need admin consent for Sites.Read.All permission or is something wrong in Graph API?
How can admin grant me the required approval?
Update
I have checked the user consent settings in Azure Portal and consent settings for applications allow user consent for apps from verified publishers, for selected permissions.There are 4 permissions classified as low risk.
I will ask the admin to grant permissions I need or classify those permissions as low risks.