Access participants and recordings for isers that have granted scheduling privilege to the OAuth user

When developing User Level OAuth Apps we would like to be able to use the APIs to not only schedule meetings for the user and those that have assigned “Scheduling Privileges” but to also download recordings and get lists of participants for the delegated user past meetings. Upon review, I found that the following. Are there any other ways to get this information without using an account-level app?

Allowed
Get Schedulers: -api.zoom.us/v2/users/me/schedulers
Create Meetings: -api.zoom.us/v2/users/me/meetings using “schedule_for”: "EIGOZPe29x34zjyolQXZ8Og”
Get Past Meeting Instances: -api.zoom.us/v2/past_meetings/95512345754/instances

No Permissions
Get Users Meetings: -api.zoom.us/v2/users/EIGOZPe29x34zjyolQXZ8O/meetings
Get Past Meeting Participants: -api.zoom.us/v2/past_meetings/%252FrU5sA4LTADb2zYMb9vjQ%253D%253D/participants
Get Meeting Recordings: -api.zoom.us/v2/meetings/95512345754/recordings