Logo
Zoom Public API Documentation

React to a chat message

PATCH {{baseUrl}}/chat/users/:userId/messages/:messageId/emoji_reactions

Adds or removes an emoji to a chat message.

For an account-level OAuth app, this API can only be used on behalf of a user who is assigned with a role that has the Edit permission for Chat Messages.

Scopes: chat_message:write, chat_message:write:admin
Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/chat/users/:userId/messages/:messageId/emoji_reactions' -H 'Content-Type: application/json' -d '{"action":"remove","emoji":"\u003cstring\u003e","to_channel":"\u003cstring\u003e","to_contact":"\u003cemail\u003e"}'

ENDPOINTS