获取导出的用户数据
正式环境
https://accounts.zwsoft.cn
正式环境
https://accounts.zwsoft.cn
GET
/api/v1.0/manage/users/export
最后修改时间:2023-10-20 06:10:03
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
guid
string
必需
reason
string
获取数据的理由
Header 参数
Authorization
string
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://accounts.zwsoft.cn/api/v1.0/manage/users/export?guid&reason' \
--header 'Authorization;'
返回响应
🟢201成功
application/json
Body
status
integer
返回码
message
string
错误详细信息
error
string | null
错误代号
data
array[object (数据导出历史) {5}]
必需
downloadTime
string
下载时间
userDisplayName
string
接收人名称
email
string
接收邮箱
result
string
发送结果
reason
string
理由
示例
{ "status": 0, "message": "success", "error": null, "totalNum": 78, "pageSize": 50, "pageNum": 1, "data": [ { "guid": "a5f1321b-8c67-4e22-90a8-74bcbca38d46", "downloadNum": 5, "state": "downloadable", "reason": "吖", "creator": { "displayName": "177****1211", "email": "2420741283@qq.com", "guid": "3da33ecf-95e3-4034-820e-5f93943948e4", "phone": "17724251211" }, "filter": { "hasEmail": null, "hasPhone": false, "userGuid": [], "client": [], "userName": [], "email": [], "phone": [], "external": [], "accountState": [], "createBefore": null, "createAfter": null, "lastLoginBefore": null, "lastLoginAfter": null }, "createTime": "2022-11-02T02:53:45.000Z", "updateTime": "2022-11-02T02:54:20.000Z", "history": [ { "userDisplayName": "", "email": "2420741283@qq.com", "reason": "净化", "result": null, "downloadTime": "2022-11-02T04:03:09.000Z" }, { "userDisplayName": "177****1211", "email": "2420741283@qq.com", "reason": "环境", "result": null, "downloadTime": "2022-11-02T06:29:42.000Z" }, { "userDisplayName": "177****1211", "email": "2420741283@qq.com", "reason": "环境", "result": null, "downloadTime": "2022-11-02T06:28:56.000Z" }, { "userDisplayName": "", "email": "2420741283@qq.com", "reason": "净化", "result": null, "downloadTime": "2022-11-02T04:02:29.000Z" }, { "userDisplayName": "177****1211", "email": "2420741283@qq.com", "reason": "send", "result": null, "downloadTime": "2022-11-02T06:27:47.000Z" } ] }, { "guid": "62fedc5c-eed6-4f0f-8a16-0d0914c9d945", "downloadNum": 0, "state": "downloadable", "reason": "吖", "creator": { "displayName": "177****1211", "email": "2420741283@qq.com", "guid": "3da33ecf-95e3-4034-820e-5f93943948e4", "phone": "17724251211" }, "filter": { "hasEmail": null, "hasPhone": false, "userGuid": [], "client": [], "userName": [], "email": [], "phone": [], "external": [], "accountState": [], "createBefore": null, "createAfter": null, "lastLoginBefore": null, "lastLoginAfter": null }, "createTime": "2022-11-02T02:52:45.000Z", "updateTime": "2022-11-02T02:53:20.000Z", "history": [] }, { "guid": "18c0c393-ef92-4e9c-8e1d-8a5f6f0a7d7c", "downloadNum": 0, "state": "downloadable", "reason": "使用", "creator": { "displayName": "177****1211", "email": "2420741283@qq.com", "guid": "3da33ecf-95e3-4034-820e-5f93943948e4", "phone": "17724251211" }, "filter": { "hasEmail": null, "hasPhone": null, "userGuid": [], "client": [], "userName": [], "email": [], "phone": [], "external": [], "accountState": [], "createBefore": null, "createAfter": null, "lastLoginBefore": null, "lastLoginAfter": null }, "createTime": "2022-10-31T16:23:48.000Z", "updateTime": "2022-11-01T10:09:55.000Z", "history": [] }, { "guid": "2ee6388e-4ca0-4767-8b3d-755f9e64b4d4", "downloadNum": 0, "state": "expired", "reason": "使用", "creator": { "displayName": "177****1211", "email": "2420741283@qq.com", "guid": "3da33ecf-95e3-4034-820e-5f93943948e4", "phone": "17724251211" }, "fil
修改于 2023-10-20 06:10:03