Microsoft Graph API in particular active directory OU

对着背影说爱祢 提交于 2020-08-11 02:00:20

问题


I can find all users with below graph api URL

https://graph.microsoft.com/v1.0/users?$top=500

But it give response with all users of the organization, in which it come with certain service account users. We have all user in some particular OU some thing like this

DC=domainName,DC=local,OU=domainName-HO

So I want to know that is there any way to find users from particular OU


回答1:


Based on Custom OU considerations and limitations, user accounts, groups, service accounts, and computer objects that you create under custom OUs aren't available in your Azure AD tenant. They don't show up using the Azure AD Graph API or in the Azure AD UI.

A similar post here for your reference.



来源:https://stackoverflow.com/questions/57645821/microsoft-graph-api-in-particular-active-directory-ou

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!