Share via

Consuming https://graph.microsoft.com/beta/admin/entra/uxSetting API

Slava G 40 Reputation points
2025-07-18T06:26:09.5133333+00:00

I need to use this MS Graph API to limit access of non-admin to Entra Admin portal https://graph.microsoft.com/beta/admin/entra/uxSetting During research I found that this public API actually doesn't allows any type of authentication to it (accrodging to the documentation : https://learn.microsoft.com/en-us/graph/api/uxsetting-get?view=graph-rest-beta&tabs=http)

Permission type Least privileged permissions Higher privileged permissions
Delegated (work or school account) Not supported. Not supported.
Delegated (work or school account) Not supported. Not supported.
Delegated (personal Microsoft account) Not supported. Not supported.
Application Not supported. Not supported.

the needed headers are in-place (inluding Authorization with Bearer)

What I'm missing ? Is there any way to consume this API ? Any possible workarounds to limit access of non-admin to Entra Admin portal?

Thanks

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

Answer accepted by question author
  1. Vasil Michev 126K Reputation points MVP Volunteer Moderator
    2025-07-18T07:48:48.6+00:00

    This endpoint/method stopped working a while back... the risk of using /beta APIs! For the time being, there is no supported method to toggle this programmatically.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.