Update user status
PUT {{baseUrl}}/users/:userId/status
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 removes all licenses associated with a user, and prevents the deactivated user from logging into their Zoom account. A deactivated user can be reactivated. Reactivating a user grants the user access to log in to their Zoom account.
Scopes: user:write:admin
,user:write
Rate Limit Label: Light
Request Body
{"action"=>"clock_out"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}