POST api/Users/GetAllUsersWithImportedUsers

Request Information

URI Parameters

None.

Body Parameters

GetAllUsersWithImportedUsersParamModel
NameDescriptionTypeAdditional information
PageNumber

integer

None.

PageSize

integer

None.

IsWizUser

boolean

None.

UniversalSearch

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PageNumber": 1,
  "PageSize": 2,
  "IsWizUser": true,
  "UniversalSearch": "sample string 3"
}

application/xml, text/xml

Sample:
<AccountModel.GetAllUsersWithImportedUsersParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WizpirationAPIs.BLL.Models">
  <IsWizUser>true</IsWizUser>
  <PageNumber>1</PageNumber>
  <PageSize>2</PageSize>
  <UniversalSearch>sample string 3</UniversalSearch>
</AccountModel.GetAllUsersWithImportedUsersParamModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.