GET api/UserManagement/List/{page}/{pageSize}/{sortBy}/{role}
Returns a list of users
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
page |
The page number to return |
integer |
Required |
pageSize |
The number of records per page |
integer |
Required |
sortBy |
The Sort Order. 0 = Alphabetical by LastName, FirstName - 1 = Last Update Date (Newest on top) then Alphabetical by LastName, FirstName |
integer |
Default value is 0 |
role |
The role to filter the list by. If the list doesn't have to be filtered, then leave the parameter empty |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.