GET api/User/GetUsers?LastExecutedDate={LastExecutedDate}&CurrentDate={CurrentDate}&TerminalId={TerminalId}&SharedDB={SharedDB}&TableName={TableName}
Get NIMPOS users updated or created with in a date range
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastExecutedDate | date |
None. |
|
| CurrentDate | date |
None. |
|
| TerminalId | globally unique identifier |
None. |
|
| SharedDB | boolean |
None. |
|
| TableName | TableName |
None. |
Body Parameters
None.
Response Information
Resource Description
UserData| Name | Description | Type | Additional information |
|---|---|---|---|
| Users | Collection of User |
None. |
|
| Roles | Collection of Role |
None. |
|
| TillUsers | Collection of TillUser |
None. |
|
| UserRoles | Collection of UserRole |
None. |
|
| UserOutlets | Collection of UserOutlet |
None. |
|
| TillRoles | Collection of TillRole |
None. |
|
| TillUserRoles | Collection of TillUserRole |
None. |
|
| Permissions | Collection of Permission |
None. |
|
| PermissionInRoles | Collection of PermissionInRole |
None. |
Response Formats
application/json, text/json
Sample:
{
"Users": [
{
"$id": "2",
"Id": "sample string 1",
"Email": "sample string 2",
"UserName": "sample string 3",
"Password": "sample string 4",
"TrainingMode": true,
"LockoutEndDateUtc": "2026-08-06T01:33:31.3648735+02:00",
"LockoutEnabled": true,
"EmailConfirmed": true,
"PasswordHash": "sample string 9",
"PhoneNumber": "sample string 10",
"PhoneNumberConfirmed": true,
"SecurityStamp": "sample string 12",
"TwoFactorEnabled": true,
"AccessFailedCount": 14,
"Active": true,
"Created": "2026-08-06T01:33:31.3648735+02:00",
"Updated": "2026-08-06T01:33:31.3648735+02:00",
"DallasKey": "sample string 17"
},
{
"$ref": "2"
}
],
"Roles": [
{
"$id": "3",
"Id": "sample string 1",
"Name": "sample string 2"
},
{
"$ref": "3"
}
],
"TillUsers": [
{
"$id": "4",
"Id": "sample string 1",
"OutletId": "438ef9cc-2a33-485f-b92c-6af478ae4feb",
"Email": "sample string 3",
"UserCode": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"TrainingMode": true,
"Active": true,
"ShowButton": true,
"ColorCode": "sample string 10",
"TextColor": "sample string 11",
"DallasKey": "sample string 12",
"UserType": 0,
"RootCategoryId": 13,
"MasterUser": true,
"ShowReports": true,
"PriceListId": "d9257570-d729-4671-8728-6837cebef418",
"Updated": "2026-08-06T01:33:31.3648735+02:00"
},
{
"$ref": "4"
}
],
"UserRoles": [
{
"$id": "5",
"UserId": "sample string 1",
"RoleId": "sample string 2",
"RoleName": "sample string 3",
"UserName": "sample string 4"
},
{
"$ref": "5"
}
],
"UserOutlets": [
{
"$id": "6",
"Id": "f42e08fe-79ef-45fc-b4b5-cf2b8a08279a",
"OutletId": "d5b9098a-80d9-460f-80ea-59794ebda478",
"UserId": "sample string 3",
"Deleted": true,
"Updated": "2026-08-06T01:33:31.3648735+02:00"
},
{
"$ref": "6"
}
],
"TillRoles": [
{
"$id": "7",
"Id": "880b0539-be73-46c9-93d9-62e5d408f7cd",
"Name": "sample string 2",
"Updated": "2026-08-06T01:33:31.3648735+02:00"
},
{
"$ref": "7"
}
],
"TillUserRoles": [
{
"$id": "8",
"Id": "3e8df87e-cd8f-4abc-8158-b13b83ec74d4",
"RoleId": "3b6a72c9-c068-48be-80b1-7fecedfd9348",
"UserId": "sample string 3",
"Deleted": true,
"Updated": "2026-08-06T01:33:31.3648735+02:00"
},
{
"$ref": "8"
}
],
"Permissions": [
{
"$id": "9",
"Id": 1,
"PermissionType": 0,
"Name": "sample string 2",
"Updated": "2026-08-06T01:33:31.3648735+02:00"
},
{
"$ref": "9"
}
],
"PermissionInRoles": [
{
"$id": "10",
"Id": "a51f2634-3206-4a02-bd09-efc7085bb6d7",
"PermissionId": 2,
"RoleId": "90190bdc-65e6-449b-9d09-58ad504ff512",
"Deleted": true,
"Updated": "2026-08-06T01:33:31.3648735+02:00"
},
{
"$ref": "10"
}
]
}