Call MuteAllGroupUser to mute a message group, enabling group-wide muting.
Operation description
QPS limits
The QPS limit for this API is 100 queries per second (QPS) per user. If you exceed this limit, API calls will be throttled, which may affect your business. You can 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:MuteAllGroupUser |
get |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The application ID for interactive messages. |
VKL3*** |
| GroupId |
string |
Yes |
The message group ID. |
AE35-****-T95F |
| OperatorUserId |
string |
Yes |
The user ID of the operator. This user must be the creator of the group. |
de1**a0 |
| BroadCastType |
integer |
No |
The system message diffusion type. Valid values:
|
2 |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
16A96B9A-****-CB92E68F4CD8 |
| Result |
object |
The returned results. |
|
| Success |
boolean |
Indicates whether the muting 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.