PUT {{baseUrl}}/chat/users/:userId/messages/:messageId
Edits a chat message that you previously sent to either a contact or a channel in Zoom by providing the ID of the message as the value of the For user-level apps, pass the Note: 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. Scope: messageId
parameter. You can get the ID from the List User's Chat Messages API. Additionally, as a query parameter, you must provide either the contact's email address of the contact or the Channel ID of the channel where the message was sent.me
value instead of the userId
parameter.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
ENDPOINTS