Delete User

Delete a user profile from your Zoom instance, and optionally transfer a user's Zoom assets to another email address.

Input

Field Definition Type Required
User
User ID

Unique identifier of the user.

String TRUE
Action Perform an action on a user; options are:
  • Delete User: Remove a user profile from a Zoom account.

  • Disassociate User: Remove (but not delete) a user profile from a paid plan. The user will have their own Zoom account. The user must be part of the Pro or higher Zoom paid plan.

Dropdown FALSE
Transfer To Email Specify an email address to which Zoom assets such as meeting invitations, webinar invitations, or access to meeting recordings are sent.

The email address will need to be a licensed user to transfer cloud recordings and have a webinar license to transfer webinars.

String FALSE
Transfer Meetings? Option to transfer meeting invitations to another email address.

If set to True, meeting invitations are sent to the email address that's specified in the Transfer To Email input field; if set to False, meeting invitations are not transferred.

Dropdown FALSE
Transfer Webinars? Option to transfer webinar invitations to another email address.

If set to True, webinar invitations are sent to the email address that's specified in the Transfer To Email input field; if set to False, webinar invitations are not transferred.

Dropdown FALSE
Transfer Recordings? Option to transfer access to recordings of meetings to another email address.

If set to True, links to recordings of meetings are sent to the email address that's specified in the Transfer To Email input field; if set to False, links to recordings of meetings are not transferred.

Dropdown FALSE

Output

Field Definition Type
Status Code

Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example:

  • A 201 Created status code indicates success where a new resource was created.
  • A 403 Forbidden error indicates that the HTTP request wasn't processed because the necessary permissions were missing.

For a full list of possible status codes, see HTTP status codes.

Number

Related topics

Zoom connector

Workflow elements

Zoom API