Call ListMuteGroupUser to query the list of muted members in a message group.
Operation description
QPS limits
The QPS limit for this API is 100 queries per second (QPS) per user. If the limit is exceeded, API calls will be throttled, which may affect your business. You can call this API 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:ListMuteGroupUser |
get |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The ID of the interactive message application. |
VKL3*** |
| GroupId |
string |
Yes |
The ID of the message group. |
AE35-****-T95F |
| PageNum |
integer |
Yes |
The page number. Default value: 1. Valid values: 1 to 100000. |
10 |
| PageSize |
integer |
Yes |
The number of users to display on each page. Default value: 20. Valid values: 1 to 50. |
20 |
| OperatorUserId |
string |
No |
The user ID of the operator. This user must be the creator of the group. |
de1**a0 |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
16A96B9A-****-CB92E68F4CD8 |
| Result |
object |
The returned results. |
|
| HasMore |
boolean |
Indicates whether there is a next page. Valid values:
|
false |
| Total |
integer |
The total number of muted members. |
2 |
| UserList |
array |
The list of muted users. |
|
|
object |
|||
| UserId |
string |
The ID of the muted user. |
1sd***,yu*** |
Examples
Success response
JSON format
{
"RequestId": "16A96B9A-****-CB92E68F4CD8",
"Result": {
"HasMore": false,
"Total": 2,
"UserList": [
{
"UserId": "1sd***,yu***"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.