Invite members that are in a user’s contact list to a channel.

External Documentation

To learn more, visit the Zoom documentation.

Parameters

ParameterDescription
Channel IDThe channel’s unique identifier.
MembersThe members to add. You can invite up to 20 members with a single execute.

Example:
[
{
"email": "jchill@example.com"
}
]
User IDThe unique identifier of the user who is a member of this channel. For user-level apps, pass me instead of the user ID.

Workflow Library Example

Invite Channel Members with Zoom and Send Results Via Email

Preview this Workflow on desktop

Invite members that are in a user’s contact list to a channel.

External Documentation

To learn more, visit the Zoom documentation.

Parameters

ParameterDescription
Channel IDThe channel’s unique identifier.
MembersThe members to add. You can invite up to 20 members with a single execute.

Example:
[
{
"email": "jchill@example.com"
}
]
User IDThe unique identifier of the user who is a member of this channel. For user-level apps, pass me instead of the user ID.

Workflow Library Example

Invite Channel Members with Zoom and Send Results Via Email

Preview this Workflow on desktop