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