简体   繁体   中英

office 365 rest api's for querying office 365 domain users

您能否提供给我API名称,我可以使用它们在Office 365中创建,删除,更新,搜索用户,而无需使用Azure AD。

All Office365 subscriptions are backed by Azure AD directories. All Office365 users (pure cloud ones, as well as ones connected to on-premises AD) are Azure AD identities.

You should use the Azure AD Graph API read/write Office365 users ( http://msdn.microsoft.com/en-us/library/azure/hh974478.aspx ).

Use the Office365 REST APIs to read/write entities specific to O365 services ( http://msdn.microsoft.com/en-us/library/azure/hh974478.aspx ).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM