Retrieve phone number with user information:
API Endpoint(s) and/or Zoom API Event(s)
Description
I’m trying to retreive a list of users along with their phone_numbers information for an internal workflow, I know I can get a listing of users via /phone/users but it seems like I then need to take every userId that I get back from that endpoint and call /phone/users/{userId} in order to actually get to their phone number information. Is there any way to get all of this information together in a paginated form like /phone/users?
Error?
No error
How To Reproduce
No steps to reproduce
@jeremy.farmer perhaps this API is what you’re looking for: Zoom Phone API
1 Like
Yes that looks like exactly what I was looking for, tyvm!
t’s likely that the API you are working with doesn’t have an endpoint that directly returns a list of users with their phone number info. However, you can use the endpoint you mentioned to retrieve a list of users. Then use the user ID from each to make additional requests. You can make a test by using some generated phone numbers. You may use a special online tool, such as australia online phone number. You could also consider using a programming language such as Python to automate the process of making multiple requests and combining the results.