Logo
Zoom Public API Documentation

users-{userId}-recordings

Number of APIs: 1


1. List all recordings

GET {{baseUrl}}/users/:userId/recordings?page_size=30&next_page_token=<string>&mc=false&trash=false&from=<date>&to=<date>&trash_type=meeting_recordings&meeting_id=<integer>

Lists all cloud recordings for a user.

For user-level apps, pass the me value instead of the userId parameter. To access a user's passcode protected cloud recording, send the user's OAuth access token as a bearer token in the authorization header.

Example: curl -H "Authorization: Bearer <ACCESS_TOKEN>" https://{{base-domain}}/rec/archive/download/xyz

Prerequisites:
* Must have a Pro or a higher plan.
* Must enable Cloud Recording on the user's account.

Scopes: recording:read:admin,recording:read

Rate Limit Label: MEDIUM



ENDPOINTS