API Endpoint
GET /contact_center/address_books/{addressBookId}/contacts
Description

Our customer address book has a number of customer contact info which we want to query via the API.
Error
![]()
The “next_page_token” property is blank in the response. Also, the page_size / total_records properties are also incorrect (the API call is definitely returning more than 10 records, and there are over 80k contacts in total)
Because of this, we cannot read past the first page of results.
How To Reproduce
- Using our Server-to-Server OAuth app to expose API endpoints, we make a request to
/contact_center/address_books/{addressBookId}/contacts - The response json does not contain a “next_page_token”, among other incorrect properties.
No workaround
The documentation for the list Zoom Users endpoint (GET /users) specifies a parameter “page_number” as an alternative for paginating through the records.

We thought we might be able to work around the missing “next_page_token” using this parameter on the list Address Book Contacts endpoint. However, the documentation only specifies “next_page_token” as the only way to paginate through.
