Update APIs on account owner user resources are failing

Description
We are calling Update Recordings Settings API (URL mentioned below) on recordings.
When this is called for webinars hosted by any other user in our account, it works fine.
However, when we call it for webinars hosted by the account owner, it fails with “No permissions” message.

Error
The API request fails only for webinars hosted by the account owner. The response body has been mentioned below.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
https://api.zoom.us/v2/meetings/891992933/recordings/settings

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Call https://api.zoom.us/v2/meetings/891992933/recordings/settings
    {
    “share_recording”: “publicaly”,
    “recording_authentication”: false,
    “viewer_download”: false,
    “on_demand”: true,
    “approval_type”: 1,
    “send_email_to_host”: false,
    “show_social_share_buttons”: false
    }

Note that the meeting id provided in the URL belongs to the account owner.
Other meeting IDs that have been created by other users are working properly.

  1. Response Received
    Code: 400
    Body:
    {
    “code”: 200,
    “message”: “No permission.”
    }

Screenshots (If applicable)

Additional context
NA

Hey @gourav.ims,

Thanks for the details, we are looking into this issue and will get back to you! (ZOOM-149791)

-Tommy

Hey @gourav.ims,

We have identified the bug and will fix this in a future release.

Stay updated here: https://marketplace.zoom.us/docs/changelog

Thanks,
Tommy

Ohh that’s such a relief Tommy. Thanks a lot.
Can’t wait for it to be fixed.

1 Like

Happy to help!

Will keep you updated. :slight_smile:

Thanks,
Tommy

Is there a way we will get notified once the issue is resolved?

Hey @gourav.ims,

I will notify you in this thread once it is fixed.

You can also keep track here: https://marketplace.zoom.us/docs/changelog

Thanks,
Tommy

1 Like

Hey @gourav.ims,

This is planned to be fixed in a release this weekend. (Due note this is subject to change.)

Thanks,
Tommy