POST api/UserProfile/UserProfieList
Loads the User Profile List
Request Information
URI Parameters
None.
Body Parameters
Pagination Model
mlUserProfileListName | description | Type | Additional information |
---|---|---|---|
RoleID | string |
None. |
|
PageNo | integer |
Required Range: inclusive between 1 and 100000 |
|
PageSize | integer |
Required Range: inclusive between 1 and 100000 |
|
OrderBy | string |
None. |
|
OrderType | string |
None. |
|
SearchBy | string |
None. |
|
SearchText | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "OrderBy": "sample string 4", "OrderType": "sample string 5", "PageNo": 2, "PageSize": 3, "SearchBy": "sample string 6", "SearchText": "sample string 7", "RoleID": "sample string 1" }
application/xml, text/xml
Sample:
<mlUserProfileList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.Model.Admin"> <OrderBy xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 4</OrderBy> <OrderType xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 5</OrderType> <PageNo xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">2</PageNo> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">3</PageSize> <SearchBy xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 6</SearchBy> <SearchText xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 7</SearchText> <RoleID>sample string 1</RoleID> </mlUserProfileList>
response Information
Resource description
Data Set
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |