メッセージグループのメンバーを照会します。
操作説明
QPS limits
The single-user QPS limit for this API is 100 queries per second (QPS). 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.
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
live:ListMessageGroupUser |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| AppId |
string |
必須 |
インタラクティブメッセージアプリケーションの ID。 |
VKL3*** |
| GroupId |
string |
必須 |
メッセージグループの ID。 |
AE35-****-T95F |
| SortType |
integer |
任意 |
ソートメソッド。有効な値:
|
1 |
| PageNum |
integer |
任意 |
ページ番号。デフォルト値: 1。 有効な値: 1~100000。 |
10 |
| PageSize |
integer |
任意 |
ページごとに表示するメッセージグループメンバーの数。デフォルト値: 20。 有効な値: 1~50。 |
20 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
Schema of Response |
||
| RequestId |
string |
Request ID. |
16A96B9A-****-CB92E68F4CD8 |
| Result |
object |
Return results. |
|
| HasMore |
boolean |
Indicates whether there is a next page. Valid values:
|
false |
| Total |
integer |
Total number of message group users. |
2 |
| UserList |
array<object> |
User list. |
|
|
object |
User list. |
||
| JoinTime |
integer |
The time when the user joined the message group. The value is a UTC timestamp. |
12**45 |
| UserId |
string |
The ID of the user. |
de1**a0,hu**9 |
例
成功レスポンス
JSONJSON
{
"RequestId": "16A96B9A-****-CB92E68F4CD8",
"Result": {
"HasMore": false,
"Total": 2,
"UserList": [
{
"JoinTime": 0,
"UserId": "de1**a0,hu**9"
}
]
}
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。