Update User Status
Use this API to deactivate an active user or to reactivate a deactivated user. For user-level apps, pass the me
value instead of the userId
parameter.
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.
Scopes: user:write:admin
, user:write
Rate Limit Label: Light
.
Parameters
Parameter | Description |
---|---|
Action | The action types:activate - Activate a deactivated user.deactivate - Deactivate a user. |
User ID | The user ID or email address of the user. For user-level apps, pass the me value. |
Workflow Library Example
Update User Status with Zoom and Send Results Via Email
Preview this Workflow on desktop