-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Is your feature request related to a problem? Please describe the problem.
Dear Team,
I am currently exploring ways to retrieve Organization Setting details using the Microsoft Graph SDK (both GA and Beta). However, I have not been able to identify a single API endpoint that exposes all of the settings available in the Microsoft 365 admin portal (please refer to the screenshot below).
I did find related endpoints such as List subscribedSkus, but these only cover a subset of service-related settings.
On the Beta side, I noticed APIs for some settings like Name Pronunciation, Pronouns, and Sharing
. However, other settings, such as Idle session timeout
do not appear to be accessible.
Could you please confirm if there is a consolidated API (in GA or Beta) that surfaces the complete set of Organization Settings, or if these values are only available selectively at this time?
Describe the solution you'd like.
Would it be possible to expose all Organization Settings through a single API endpoint, or alternatively, extend the GA/Beta APIs to cover the settings that are currently unavailable?
Additionally, could you please confirm whether I am referencing the correct API documentation (as linked above), or if there are other endpoints that I should be using?
Thanks!
Additional context?
No response