Enabling or Disabling AI Companion via User/Group Update API

Does anyone know if this is a possibility or not or if it’s something that’s just not implemented yet? Was hoping to programmatically grant access to the AI companion and it’s features via API instead of having to either go into each group or user and manually setting.

I attempted to update settings via the following JSON, but it doesn’t seem to do anything, although it does return a 204.

{
    "in_meeting": {
        "meeting_summary_with_ai_companion": {
            "enable": true,
            "auto_enable": false
        },
        "ai_companion_questions": {
            "enable": true,
            "auto_enable": false
        }
    }
}

Hi @waynejohnson
Thanks for reaching out to us and welcome to our Zoom Developer Forum! I am not aware of this possibility yet. But allow me some time to take a look into our Docs and test this on my end.

@waynejohnson what endpoint did you hit to get this response i can’t seem to find it in the api docs also what kind of app were you using and scopes?