POST Api/User/Search

Request Information

URI Parameters

None.

Body Parameters

UserCondition
NameDescriptionTypeAdditional information
IsActive

boolean

None.

IsDeleted

boolean

None.

UserName

string

None.

Email

string

None.

Phone

string

None.

PageInfo

PageInfo

None.

Request Formats

application/json, text/json

Sample:
{
  "IsActive": true,
  "IsDeleted": true,
  "UserName": "sample string 1",
  "Email": "sample string 2",
  "Phone": "sample string 3",
  "PageInfo": {
    "Page": 1,
    "PageSize": 2,
    "Offset": 0,
    "SortName": "sample string 3",
    "SortOrder": "sample string 4"
  }
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserCondition'.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {}
}