Cancels the muting of a message group user.
Operation description
QPS limits
The single-user QPS limit for this operation is 100 times/second. If this limit is exceeded, API calls will be throttled, which may affect your business. You should make API calls at a reasonable rate. For more information, see QPS limits.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:CancelMuteAllGroupUser |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
Interactive Messages application ID. |
VKL3*** |
| GroupId |
string |
Yes |
Group ID. |
AE35-****-T95F |
| OperatorUserId |
string |
No |
User ID of the operator. Note
This parameter is required. The user must be the creator of the group. |
de1**a0 |
| BroadCastType |
integer |
No |
System message diffusion type. Valid values:
|
2 |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Request ID. |
16A96B9A-****-CB92E68F4CD8 |
| Result |
object |
Actual return result of the service |
|
| Success |
boolean |
Indicates whether the cancellation was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "16A96B9A-****-CB92E68F4CD8",
"Result": {
"Success": true
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.