在 Skype for business 中设置用户备注
Setting user notes in Skype for business
我正在考虑构建一个工具,可以在我公司的本地 Skype for business 服务器上为其他用户设置注释,为参与我的程序的用户提供自动注释更新。
我找到了 https://msdn.microsoft.com/en-us/skype/ucwa/setmynoteinformation - 它提供了有关如何设置用户自己的个人注释的指南。是否有应用程序(具有适当权限)可以访问的端点来为其他用户做类似的事情?
我看到 https://msdn.microsoft.com/en-us/skype/ucwa/contactnote_ref - but this appears to be a single user centric API for reading a contact's notes. TrustedApplicationAPI looks to mostly relate to meetings - https://ucwa.skype.com/trustedapplicationapi/reference/Resources.html
的 UCWA 文档
这可以通过 REST 接口完成吗?
不适用于 UCWA,它不是为代表用户进行操作而设计的;因此将要求您模拟要为其更新注释的用户。
您唯一的选择是 运行 为此目的的 UCMA 实例(如果您在本地),并通过自定义 REST 服务公开该功能
我正在考虑构建一个工具,可以在我公司的本地 Skype for business 服务器上为其他用户设置注释,为参与我的程序的用户提供自动注释更新。
我找到了 https://msdn.microsoft.com/en-us/skype/ucwa/setmynoteinformation - 它提供了有关如何设置用户自己的个人注释的指南。是否有应用程序(具有适当权限)可以访问的端点来为其他用户做类似的事情?
我看到 https://msdn.microsoft.com/en-us/skype/ucwa/contactnote_ref - but this appears to be a single user centric API for reading a contact's notes. TrustedApplicationAPI looks to mostly relate to meetings - https://ucwa.skype.com/trustedapplicationapi/reference/Resources.html
的 UCWA 文档这可以通过 REST 接口完成吗?
不适用于 UCWA,它不是为代表用户进行操作而设计的;因此将要求您模拟要为其更新注释的用户。
您唯一的选择是 运行 为此目的的 UCMA 实例(如果您在本地),并通过自定义 REST 服务公开该功能