Zoom API to get user setting 'Hosts can give meeting participants permission to record locally'

API Endpoint(s) and/or Zoom API Event(s)
GET /users/{userId}/settings

Description
how can i get this setting with Zoom API?
Hosts can give meeting participants permission to record locally


I made requests to the following APIs before and after changing the above setting, but there was no change in the response.

curl -H "Authorization:Bearer xxx" https://api.zoom.us/v2/users/kanata.koyama@babel.jp/settings

in addition, which field in this document?
Zoom Meeting API

Error?
The full error message or issue you are running into, where applicable.

How To Reproduce
Steps to reproduce the behavior:
1. Request URL / Headers (without credentials or sensitive info like emails, uuid, etc.) / Body
2. Authentication method or app type
3. Any errors

@kanata.koyama ,

Thank you for your post in the Forum. Are you looking for an API that can provide a list of participants who have been granted permission to record by the Host? I have reviewed the available APIs and couldn’t find one that specifically offers this functionality. Let me confirm internally and I will get back to you with more information.

Get user permissions

Get user settings

Get meeting recording settings

thank you for reply!

no, i just wanna check whether this setting is on or off with Zoom api.
image