Mengkueri daftar anggota yang dibisukan dalam kelompok Paket.
Deskripsi operasi
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.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:ListMuteGroupUser |
get |
*Domain
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
ID aplikasi Paket interaktif. |
VKL3*** |
| GroupId |
string |
Yes |
ID kelompok Paket. |
AE35-****-T95F |
| PageNum |
integer |
Yes |
Nomor halaman. Nilai default: 1. Nilai valid: 1 hingga 100000. |
10 |
| PageSize |
integer |
Yes |
Jumlah pengguna yang ditampilkan pada setiap halaman. Nilai default: 20. Nilai valid: 1 hingga 50. |
20 |
| OperatorUserId |
string |
No |
ID pengguna Operator. Operator harus merupakan pembuat kelompok. |
de1**a0 |
Elemen respons
|
Element |
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<object> |
The list of muted users. |
|
|
object |
|||
| UserId |
string |
The ID of the muted user. |
1sd***,yu*** |
Contoh
Respons sukses
JSONformat
{
"RequestId": "16A96B9A-****-CB92E68F4CD8",
"Result": {
"HasMore": false,
"Total": 2,
"UserList": [
{
"UserId": "1sd***,yu***"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.