メッセージグループ内のミュートされたメンバーのリストを照会します。
操作説明
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.
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
live:ListMuteGroupUser |
get |
*Domain
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| AppId |
string |
必須 |
インタラクティブなメッセージアプリケーションの ID。 |
VKL3*** |
| GroupId |
string |
必須 |
メッセージグループの ID。 |
AE35-****-T95F |
| PageNum |
integer |
必須 |
ページ番号。デフォルト値: 1。有効な値: 1~100000。 |
10 |
| PageSize |
integer |
必須 |
各ページに表示するユーザー数。デフォルト値: 20。有効な値: 1~50。 |
20 |
| OperatorUserId |
string |
任意 |
演算子のユーザー ID。演算子はグループの作成者である必要があります。 |
de1**a0 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
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*** |
例
成功レスポンス
JSONJSON
{
"RequestId": "16A96B9A-****-CB92E68F4CD8",
"Result": {
"HasMore": false,
"Total": 2,
"UserList": [
{
"UserId": "1sd***,yu***"
}
]
}
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。