Is there a provisioning API for Office 365? [closed]
We don’t allow questions seeking recommendations for books, tools开发者_运维知识库, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionFor hosted exchange and HMC resellers, there used to be a provisioning API to create, manage organizations, users and provision services.
Is there a similar provisioning api or portal for Office 365 resellers or partners?
A little late but still valid. The commandlets powershell uses and potter talked about just use webservices to do their job. Just use fiddle to monitor them. Do not expect any documentation for them though
url
https://provisioningapi.microsoftonline.com/provisioningwebservice.svc
My understanding is that there are two mechanisms:
Use Forefront Identity Manager to Sync from an on-premise identity store (e.g. AD). There is a nice overview here. This results in the richest end user experience, as it can maintain global address lists.
Use the Powershell cmdlets for Office 365. This allows general administration and provisioning tasks to be carried out on-premise, calling into these cmdlets. Note that there are a couple of pre-reqs, namely the Online Services Sign-in Assistant.
It would be great if MS exposed a web service to perform these admin tasks, but at current time of press, there is not one available.
Graph API is also available for Office 365 User provisioning.
http://msdn.microsoft.com/en-us/library/dn130117.aspx
精彩评论