Logo
Zoom Public API Documentation

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

 

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>" }



Curl
curl -X POST 'https://api.zoom.us/v2/im/users/me/chat/messages?chat_user=<email>?chat_user=<email>' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"message":"\u003cstring\u003e"}'

ENDPOINTS