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

{&quot;message&quot;=&gt;&quot;&lt;string&gt;&quot;}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003cuuid\u003e&quot;}