Authorization: Bearer ********************
{
"reason": "string",
"filter": {
"client": [
"string"
],
"userGuid": [
"string"
],
"userName": [
"string"
],
"email": [
"string"
],
"phone": [
"string"
],
"hasEmail": true,
"hasPhone": true,
"accountState": [
"string"
],
"external": [
"string"
],
"createBefore": "string",
"createAfter": "string",
"lastLoginBefore": "string",
"lastLoginAfter": "string"
}
}
curl --location --request POST 'https://accounts.zwsoft.cn/api/v1.0/manage/users/export' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "string",
"filter": {
"client": [
"string"
],
"userGuid": [
"string"
],
"userName": [
"string"
],
"email": [
"string"
],
"phone": [
"string"
],
"hasEmail": true,
"hasPhone": true,
"accountState": [
"string"
],
"external": [
"string"
],
"createBefore": "string",
"createAfter": "string",
"lastLoginBefore": "string",
"lastLoginAfter": "string"
}
}'
{
"status": 0,
"message": "success",
"error": null,
"data": [
{
"guid": "a5f1321b-8c67-4e22-90a8-74bcbca38d46",
"downloadNum": 1,
"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": "177****1211",
"email": "2420741283@qq.com",
"reason": "环境",
"result": null,
"downloadTime": "2022-11-02T06:29:42.476Z"
}
]
}
]
}