hi @Benard Mwanza , at the moment no MSGraph option exist to get assigned phonenumbers for Teams user. You still need powershell for your request.
https://msunified.net/2021/08/18/find-available-phone-numbers-with-get-teamsnumbers-ps1/
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
My organization bought phone numbers from teams admin center for voice calls. The phone numbers have been also assigned to users. Now i need to list this phone numbers using graph API to an external web application page.
I just need to know what is the https endpoint URI to make the request to retrieve those voice numbers.
For example the URI below will help get users
I need a similar URI for voice phone numbers.
At the moment the SDK cmdlet below works when executing locally in device but it wont work in a web application scenario.
Get-CsPhoneNumberAssignment
hi @Benard Mwanza , at the moment no MSGraph option exist to get assigned phonenumbers for Teams user. You still need powershell for your request.
https://msunified.net/2021/08/18/find-available-phone-numbers-with-get-teamsnumbers-ps1/