REST API to manage users on Skype For Business

断了今生、忘了曾经 提交于 2019-12-24 01:11:51

问题


We're using MS Graph API to manage users for Office 365. I just wanted to know if this API is good enough to manage users for "Skype for Business" product as well.

Also, when we query for Subscribed SKUs, we do get a list of servicePlanNames one of which is MCOSTANDARD. Can you please confirm if this plan indicates "Skype for Business"? Thank you!


回答1:


Azure Active Directory user accounts can be used to sign into Skype for Business. I believe Skype for Business also supports Microsoft Accounts (MSAs) which is not currently supported for management through our V1 endpoint.

Therefore, if the accounts you are trying to manage are AAD accounts, then yes MS Graph is a good way to manage them.

I can also confirm for you that MCOSTANDARD does represent Skype for Business.

MCO = Microsoft Communication Online which was the name for Skype for Business way before it was even called Lync!

Let me know if this helps!



来源:https://stackoverflow.com/questions/41828688/rest-api-to-manage-users-on-skype-for-business

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