> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update User Status

Use this API to [deactivate](https://support.zoom.us/hc/en-us/articles/115005269946-Remove-User-from-your-Account#h_6a9bc1c3-d739-4945-b1f2-00b3b88fb5cc) an active user or to [reactivate](https://support.zoom.us/hc/en-us/articles/115005269946-Remove-User-from-your-Account#h_16319724-d120-4be6-af5d-31582d134ea0) a deactivated user. For user-level apps, pass [the `me` value](https://marketplace.zoom.us/docs/api-reference/using-zoom-apis#mekeyword) 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](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`.

<Note>
  External Documentation

  To learn more, visit the [Zoom documentation](https://developers.zoom.us/docs/api/users/#tag/users/put/users/\{userId}/status).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                             |
  | --------- | ------------------------------------------------------------------------------------------------------- |
  | Action    | The action types:<br />`activate` - Activate a deactivated user.<br />`deactivate` - Deactivate a user. |
  | User ID   | The user ID or email address of the user. For user-level apps, pass the `me` value.                     |
</div>

## Workflow Library Example

[Update User Status with Zoom and Send Results Via Email](https://library.blinkops.com/workflows/update-user-status-with-zoom-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-user-status-with-zoom-and-send-results-via-email/canvas" />
</div>
