GET api/User/GetUserList?IsActiveUser={IsActiveUser}&culture={culture}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| Take | integer | 
                             None.  | 
                |
| Skip | integer | 
                             None.  | 
                |
| Sort | Collection of Sort | 
                             None.  | 
                |
| Filter | Filter | 
                             None.  | 
                |
| IsActiveUser | boolean | 
                                 Required  | 
                |
| culture | string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
DataSourceResult| Name | Description | Type | Additional information | 
|---|---|---|---|
| Data | Collection of Object | 
                             None.  | 
                |
| Total | integer | 
                             None.  | 
                |
| Aggregates | Object | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "Data": [
    {},
    {}
  ],
  "Total": 1,
  "Aggregates": {}
}
        application/xml, text/xml
            Sample:
<DataSourceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kendo.DynamicLinq">
  <Aggregates />
  <Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </Data>
  <Total>1</Total>
</DataSourceResult>