GET /chat/users/{userId}/channels
Zoom chat channels allow users to communicate via chat in private or public groups. Use this API to list a user's chat channels.
Scope: chat_channel:read or chat_channel:read:admin
Note: This API supports both user-managed apps and account-level apps. However, in an account-level OAuth app, to list channels of another user in the same Zoom account, the user calling this API must have a role that has View or Edit permission for the Chat channels feature.
Rate Limit Label: Medium
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
userId |
String | Yes |
Unique identifier of the user. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
page_size |
Integer | No |
The number of records returned from a single API call. Default value: 10 |
next_page_token |
String | No |
The next page token is used to paginate through large result sets. The expiration period for this token is 15 minutes. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.