Can you deactivate user via Zoom Phone API

Im currently attempting to deactivate a user via zoom phone api. I’ve tried both setting action and status to deactivate in the PATCH body. Im receiving a 204 response but the users status is not changing. Is this possible or available via general Zoom API?

Hey @jhavel.hayes!
Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Could you please share with me the endpoint that you are calling, as well as the request body that you are sending in your request?
Cheers,
Elisa

PATCH https://api.zoom.us/v2/phone/users/{userId}

{
“status”: “deactivate”
}

Hi @jhavel.hayes

As you can see in our Docs here:

These are the only fields you can send when making a Patch request to that endpoint:

Hope this helps,
Elisa

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