POST {{baseUrl}}/im/users/me/chat/messages?chat_user=<email>
Sends chat message to a user. Rate Limit Label:
Scope: imchat:write
Medium
Body
PARAM
Key | Datatype | Required | Description |
chat_user
|
string | The email address (registered with Zoom) or the userId of the chat user. |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"id": "<uuid>"
} |
ENDPOINTS