POST api/user/search

Request Information

URI Parameters

None.

Body Parameters

UserSearchDto
NameDescriptionTypeAdditional information
UserName

string

None.

Email

string

None.

Use

integer

None.

PageNumber

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "Email": "sample string 2",
  "Use": 1,
  "PageNumber": 3,
  "PageSize": 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 'UserSearchDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.