【发布时间】:2021-12-02 11:22:35
【问题描述】:
是否有任何 MS Graph API 可以读取分配给 Teams 用户的电话号码以进行直接路由?
【问题讨论】:
标签: azure-active-directory microsoft-graph-api microsoft-teams
是否有任何 MS Graph API 可以读取分配给 Teams 用户的电话号码以进行直接路由?
【问题讨论】:
标签: azure-active-directory microsoft-graph-api microsoft-teams
请转至Get a user。它返回一组默认属性 businessPhones、displayName、givenName、id、mobilePhone、officeLocation 等。
编辑:
请通过Get-CsOnlineTelephoneNumber 从商务语音目录中检索电话号码。在Where to find the phone number assigned to a MS Teams user?
【讨论】: