POST admin/UserManagement/GetUsers

Request Information

URI Parameters

None.

Body Parameters

GenericPageOfString
NameDescriptionTypeAdditional information
PageNo

integer

None.

PageSize

integer

None.

TotalRecords

integer

None.

TotalVolunteers

integer

None.

Criteria

string

None.

ActiveRecords

integer

None.

InActiveRecords

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PageNo": 1,
  "PageSize": 2,
  "TotalRecords": 3,
  "TotalVolunteers": 4,
  "Criteria": "sample string 5",
  "ActiveRecords": 6,
  "InActiveRecords": 7
}

application/xml, text/xml

Sample:
<GenericPageOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NPE.Core.Extended">
  <ActiveRecords>6</ActiveRecords>
  <Criteria>sample string 5</Criteria>
  <InActiveRecords>7</InActiveRecords>
  <PageNo>1</PageNo>
  <PageSize>2</PageSize>
  <TotalRecords>3</TotalRecords>
  <TotalVolunteers>4</TotalVolunteers>
</GenericPageOfstring>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ITypedResponseOfListOfApplicationUserInfo
NameDescriptionTypeAdditional information
Result

Collection of ApplicationUserInfo

None.

Category

string

None.

Response Formats

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

Sample:

Sample not available.