ID: Add a user to a group by their unique identifier in Zoom.
Email: Add a user to a group by their email address.
Dropdown
TRUE
Input
Field
Definition
Type
Required
Group
Group ID
Group's unique identifier.
String
FALSE
User
User ID
Unique identifier of the user.
String
FALSE
User Email
User's email address (appears when adding a user by Email).
String
FALSE
Output
Field
Definition
Type
Added At
Date and time when the user was added to the group.
Date & Time
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.