124 Invalid access token

Description
I am sending a request to:
PATCH https://api.zoom.us/v2/accounts/{ID}/lock_settings

if I send request to different link, it is working fine,
I tried with JWT and Oauth2 none of them working for /accounts!

and it is responding with invalid access token
Error
The full error message or issue you are running into.

{
“code”: 124,
“message”: “Invalid access token.”
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

Screen Shot 2020-09-25 at 6.16.10 PM|690x427

Hey @Drensys

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout these related threads that may have the answer you are looking for:

If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

Is there any way to change the personal meeting password of the rooms through API? I tried to send a request to change the meeting password and users meeting password, none of them worked :frowning: Please help me to change my rooms pmi password through API

Hi @Drensys,

Your PMI will automatically use the passcode set in your settings. This will need to be set through the UI. You can read about this here:

Let me know if this helps!

Thanks,
Will

Yes, I found this to do through UI, I would like to automize this process, which every day I have to change this password and it would be ideal if I can do it through an API call or some way to auto-generate and set a new password every day!

Hey @Drensys,

At this time, the PMI password must be set in the UI, though this is a great suggestion. If you’re so inclined, I’d encourage you to submit this as a feature request here: #feature-requests.

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.