授权-用户查询
POST
/gateway/oauth.user.query
请求参数
Body 参数application/json
platform
enum<string>
授权平台
枚举值:
TAOBAOVIPPDD
示例
{}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://union.lottefuture.com/gateway/oauth.user.query' \
--header 'Content-Type: application/json' \
--data-raw '{
}'
返回响应
🟢200成功
application/json
Body
list
array [object {7}]
用户列表
openId
string
授权用户身份Id
platform
string
授权平台
userId
string
授权用户Id
userName
string
授权用户名
expireTime
string
授权过期时间
firstTime
string
首次授权时间
lastTime
string
上次授权时间
count
integer
查询用户数量
totalCount
integer
用户总数
示例
{
"list": [
{
"openId": "0ca626f8-3c33-4136-853c-d28a5f7dda06",
"platform": "TAOBAO",
"userId": "2435704681",
"userName": "阳光男孩628438",
"expireTime": "2023-05-03 13:29:50",
"firstTime": "2023-01-04 18:34:39",
"lastTime": "2023-02-02 13:29:50"
},
{
"openId": "65b26e08-9379-45f7-a513-6ef5547218f4",
"platform": "PDD",
"userId": "20890148",
"userName": "13271020301",
"expireTime": "2023-07-09 19:11:19",
"firstTime": "2023-01-04 19:27:36",
"lastTime": "2023-01-10 19:11:23"
},
{
"openId": "9819c1da-1c19-40ee-85ec-1137f061583e",
"platform": "TAOBAO",
"userId": "2214464512402",
"userName": "乐天未来",
"expireTime": "2023-04-04 19:26:40",
"firstTime": "2023-01-04 19:26:40",
"lastTime": "2023-01-04 19:26:40"
},
{
"openId": "a85043f2-3946-4794-add6-e66678a09f99",
"platform": "VIP",
"userId": "",
"userName": "",
"expireTime": "2023-04-10 18:41:40",
"firstTime": "2023-01-04 19:27:07",
"lastTime": "2023-01-10 18:41:41"
}
],
"count": 4,
"totalCount": 4
}
修改于 2023-02-02 05:34:53