POST Api/User/GetList
Request Information
URI Parameters
None.
Body Parameters
UserDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| UserType | integer |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| RealName | string |
None. |
|
| PhoneNum | string |
None. |
|
| Openid | string |
None. |
|
| RegistTime | date |
None. |
|
| RegistTimeToString | string |
None. |
|
| LastLoginTime | date |
None. |
|
| LastLoginTimeToString | string |
None. |
|
| LoginTimes | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| EMP | integer |
None. |
|
| Token | string |
None. |
|
| IsGetToken | boolean |
None. |
|
| CustomerName | string |
None. |
|
| RoleId | globally unique identifier |
None. |
|
| UserTypeName | string |
None. |
|
| CustomerIdList | Collection of globally unique identifier |
None. |
|
| IsAdmin | boolean |
None. |
|
| StationId | globally unique identifier |
None. |
|
| DeviceManufacturer | integer |
None. |
|
| StationType | integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| Total | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "cee3d3b4-8e0f-4e86-a293-857222a38602",
"CustomerId": "4f854a58-d9bf-4458-bfa6-ba701589923f",
"UserType": 1,
"UserName": "sample string 2",
"Password": "sample string 3",
"RealName": "sample string 4",
"PhoneNum": "sample string 5",
"Openid": "sample string 6",
"RegistTime": "2026-03-02T19:51:47.1568631+08:00",
"RegistTimeToString": "2026-03-02 19:51:47",
"LastLoginTime": "2026-03-02T19:51:47.1568631+08:00",
"LastLoginTimeToString": "2026-03-02 19:51:47",
"LoginTimes": 1,
"IsDeleted": true,
"EMP": 1,
"Token": "sample string 7",
"IsGetToken": true,
"CustomerName": "sample string 9",
"RoleId": "3f940558-fbd5-4db5-9ccb-cf503a9ca494",
"UserTypeName": "超级管理员",
"CustomerIdList": [
"6cccdc2d-0b09-4a48-a286-1dc897cc1153",
"b00e77a4-fb0f-43bb-8158-ec1f32798374"
],
"IsAdmin": true,
"StationId": "197b540c-6e56-4102-8f1c-f420a44468ca",
"DeviceManufacturer": 1,
"StationType": 1,
"PageIndex": 11,
"PageSize": 12,
"Total": 13
}
application/xml, text/xml
Sample:
<UserDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model">
<_x003C_PageIndex_x003E_k__BackingField>11</_x003C_PageIndex_x003E_k__BackingField>
<_x003C_PageSize_x003E_k__BackingField>12</_x003C_PageSize_x003E_k__BackingField>
<_x003C_Total_x003E_k__BackingField>13</_x003C_Total_x003E_k__BackingField>
<CustomerId>4f854a58-d9bf-4458-bfa6-ba701589923f</CustomerId>
<CustomerIdList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:guid>6cccdc2d-0b09-4a48-a286-1dc897cc1153</d2p1:guid>
<d2p1:guid>b00e77a4-fb0f-43bb-8158-ec1f32798374</d2p1:guid>
</CustomerIdList>
<CustomerName>sample string 9</CustomerName>
<DeviceManufacturer>1</DeviceManufacturer>
<EMP>1</EMP>
<Id>cee3d3b4-8e0f-4e86-a293-857222a38602</Id>
<IsDeleted>true</IsDeleted>
<IsGetToken>true</IsGetToken>
<LastLoginTime>2026-03-02T19:51:47.1568631+08:00</LastLoginTime>
<LoginTimes>1</LoginTimes>
<Openid>sample string 6</Openid>
<Password>sample string 3</Password>
<PhoneNum>sample string 5</PhoneNum>
<RealName>sample string 4</RealName>
<RegistTime>2026-03-02T19:51:47.1568631+08:00</RegistTime>
<RoleId>3f940558-fbd5-4db5-9ccb-cf503a9ca494</RoleId>
<StationId>197b540c-6e56-4102-8f1c-f420a44468ca</StationId>
<StationType>1</StationType>
<Token>sample string 7</Token>
<UserName>sample string 2</UserName>
<UserType>1</UserType>
</UserDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.