How to get all "user" contacts from Zoom API

To get all “user” contacts we had to call below Zoom API having URL:

https://api.zoom.us/v2/chat/users/me/contacts?type=company&page_size=10&next_page_token=

But it only works with “User managed OAuth” auth but we had “Account level OAuth” app so how can we access this API to get all user contacts?