updateUserStatus.Rd
An account owner or admins can deactivate as well as activate a user in a Zoom account. Deactivating a user will remove all licenses associated with a user. It will prevent the deactivated user from logging into their Zoom account. A deactivated user can be reactivated. Reactivating a user grants the user access to login to their Zoom account. Use this API to either deactivate https://support.zoom.us/hc/enus/articles/115005269946RemoveUserfromyourAccount#h_6a9bc1c3d7394945b1f200b3b88fb5cc an active user or to reactivate https://support.zoom.us/hc/enus/articles/115005269946RemoveUserfromyourAccount#h_16319724d1204be6af5d31582d134ea0 a deactivated user .**Scopes:** user:write:admin user:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
updateUserStatus(userId, action, return_response = F)
userId | The user ID or email address of the user. For userlevel apps, pass me as the value for userId. |
---|---|
action | The action types:activate Activate a deactivated user.deactivate Deactivate a user. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |