开发者

Is there a provisioning API for Office 365? [closed]

开发者 https://www.devze.com 2023-03-17 14:08 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

For 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:

  1. 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.

  2. 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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号