Map user to calling location
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 03:24 PM
I may just be missing it but I don't see an API to find out what location a webex calling user has been configured for. If there is one could someone share what it is?
- Labels:
-
Webex API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 05:13 AM
Hi @JacobMunson,
Thanks for your patience so far!
To identify the location of the User, you can actually directly check the User details from here - https://developer.webex.com/docs/api/v1/people/get-person-details
Even if it's for a Calling User, still it's a Webex User only and the Webex Calling usually get configured to the same location from where the User belongs to.
May be you can toggle on the User's Calling data as "True" while Requesting this above API mentioned and once you find the locationId from the Response, you can take that locationId and find the details of that location from here - https://developer.webex.com/docs/api/v1/locations/get-location-details
Hope this helps!
Please let us know for any further assistance on the same.
Regards!
Sandip
