Chat Platform API v3
Chat Platform API
Chat Platform API
Version 3
Unmute users in channels by a custom channel type
Copy link
Unmutes specific users in channels with the specified custom channel type at once.
HTTP Request
Copy link
Parameters
Copy link
The following table lists the parameters that this action supports.
Required
Parameter name | Type | Description |
---|---|---|
custom_type | string | Specifies a custom channel type. |
user_ids[] | array of strings | Specifies an array of one or more user IDs to unmute in channels with the specified custom type. Urlencoding each user ID is recommended. An example can be |
Response
Copy link
If successful, this action returns an empty response body.
In the case of an error, an error object is returned. A detailed list of error codes is available here.
On this page