When I try to invite external members (members who are not in the organization) to a Zoom channel via the Invite channel members API, I am getting the message”: “Invalid parameter: members error.
The member is in the contact list as an external member but is not added as a user in the organization, since they are an out-of-organization user. However, when we try to add them from the zoom app, we can add them to a channel.
Full URL: https://api.zoom.us/v2/chat/users/<user_id>/channels/<channel_id>/members
Full Request Body:
{
"members": [
{
"email": "rlasni@company.com"
}
]
}
Error Message:
code:400
“message”: “Invalid parameter: members.”
The only time we can add them to a channel via the API is when we are trying to add them together with another user who is already added to the organization.