Number of APIs: 2
POST {{baseUrl}}/chat/users/:userId/messages
Sends chat messages on Zoom to either an individual user who is in your contact list or to a channel of which you are a member. For user-level apps, pass the To send a message to a contact, provide the contact's email address in the Scopes: 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.me
value instead of the userId
parameter.to_contact
field. To send a message to a channel, provide the channel's ID in to_channel
parameterchat_message:write
, chat_message:write:admin
Rate Limit Label: Medium
GET {{baseUrl}}/chat/users/:userId/messages?to_contact=<email>&to_channel=<string>&date=<date>&from=<dateTime>&to=<dateTime>&page_size=10&next_page_token=<string>&include_deleted_and_edited_message=<boolean>&search_type=file&search_key=<string>&exclude_child_message=false&download_file_formats=audio/mp4
Searches chat messages or shared files between a user and an individual contact or a chat channel. 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 View or Edit permission for Chat Messages.me
value instead of the userId
parameter.
Scopes: chat_message:read
, chat_message:read:admin
Rate Limit Label: Medium
ENDPOINTS