API access and user-level apps


API Endpoint(s) and/or Zoom API Event(s)
/users/{userId}/meetings
/past_meetings/{meetingId}
/past_meetings/{meetingId}/participants
/meetings/{meetingId}
/past_meetings/{meetingId}/instances

Description
We have a technical support provider (who is not an admin on our Zoom instance) requesting access the above API calls. Their use case is that they are requesting access to Zoom API for the purpose of extracting vital data about meetings for a subset of hosts they are responsible for. Their volume is quite large (~500 meetings per week), so they are looking to leverage the API as an easy way to pull data.

The issue is we can’t authorize them as admins for our Zoom instance, so we are trying to find out if there is a way to restrict the scope of their API access to only be able to make these calls for a specified number of Zoom user accounts (the users they are supporting). Is there a way to grant them access to these calls, but only allow it to function for them for the hosts we specify?