Unmute community channel members
Unmute one or more users in a specified community channel or subchannel.
If a user was muted across all subchannels, pass subchannelId as empty to remove that status.
Request method
POST: https://Base URL/v4/community-channel/mute-list/remove
Rate limit: 100 requests per second
Signature required: All server API requests require signature verification. See API request signature.
Request body
The request body is in application/json format and supports the following parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
channelId | String | Yes | The community channel ID. |
subchannelId | String | No | The subchannel ID. |
userIds | String[] | Yes | List of user IDs to unmute. Maximum 20 per request. |