List recordings of all users by account-level scoped app

Is it possible to get recordings made by all users by an account-level app without knowing userIDs of the users? The documented endpoint is /users/{userId}/recordings (with recording:read:admin scope), which means that a call has to be made for every userId, while most of them never made a recording ever. Is there a workaround?

Hey @dbukhan,

You can call the GET /accounts/{accountId}/recordings to accomplish this.

Let me know if that helps! :slight_smile:

Thanks,
Tommy