POST api/user/GetAllUsersV2
Request Information
URI Parameters
None.
Body Parameters
UserListSearchFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| shopId | integer |
None. |
|
| searchByField | SearchByField |
None. |
Request Formats
application/json, text/json
Sample:
{
"startDate": "2025-11-08T11:41:54.3592444+00:00",
"endDate": "2025-11-08T11:41:54.3592444+00:00",
"shopId": 1,
"searchByField": 0
}
application/xml, text/xml
Sample:
<UserListSearchFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PostLibrary.User"> <endDate>2025-11-08T11:41:54.3592444+00:00</endDate> <searchByField>User</searchByField> <shopId>1</shopId> <startDate>2025-11-08T11:41:54.3592444+00:00</startDate> </UserListSearchFilter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.