Api example of admin panel -> account management -> account settings

We are currently exploring the use of APIs to automate account settings. Does anyone have access to the exact API that can perform this task?

Thank you in advance

Hi @DQ27283
Thanks for reaching out to us and welcome to the Zoom Developer Forum.
Have you looked into our Get account settings endpoint:

Thank you for your response. Could you please let me know where I can create my access token?

for example, if I try to read these settings: api:zoom.us/v2/accounts/account_id/lock_settings", where I can get the access token? thank you in advance

Hi @DQ27283
There are 2 ways on how you can generate an access token and it will depend on the app type you chose to build with.

Here is a guide that explains Authorization that might be helpful OAuth 2.0

You can also visit our Postman public workspace to get started with our APIs.