POST admin/finduser
Request Information
URI Parameters
None.
Body Parameters
FindUserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| identity | string |
None. |
|
| regBegin | date |
None. |
|
| regEnd | date |
None. |
|
| class | string |
None. |
|
| purBegin | date |
None. |
|
| purEnd | date |
None. |
|
| purStaus | PurchaseStatus |
None. |
|
| type | AccountType |
None. |
|
| pageSize | integer |
None. |
|
| pageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"identity": "sample string 1",
"regBegin": "2026-01-27T00:42:09.279924+08:00",
"regEnd": "2026-01-27T00:42:09.279924+08:00",
"class": "sample string 2",
"purBegin": "2026-01-27T00:42:09.279924+08:00",
"purEnd": "2026-01-27T00:42:09.279924+08:00",
"purStaus": 0,
"type": 0,
"pageSize": 3,
"pageIndex": 4
}
application/xml, text/xml
Sample:
<FindUserRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iting.api.Models"> <class>sample string 2</class> <identity>sample string 1</identity> <pageIndex>4</pageIndex> <pageSize>3</pageSize> <purBegin>2026-01-27T00:42:09.279924+08:00</purBegin> <purEnd>2026-01-27T00:42:09.279924+08:00</purEnd> <purStaus>Unspecified</purStaus> <regBegin>2026-01-27T00:42:09.279924+08:00</regBegin> <regEnd>2026-01-27T00:42:09.279924+08:00</regEnd> <type>NotSet</type> </FindUserRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseEntityOfFindUserResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | FindUserResponse |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.