GET api/User/GetUsers?LastExecutedDate={LastExecutedDate}&CurrentDate={CurrentDate}&TerminalId={TerminalId}&SharedDB={SharedDB}

Get NIMPOS users updated or created with in a date range

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LastExecutedDate

date

None.

CurrentDate

date

None.

TerminalId

globally unique identifier

None.

SharedDB

boolean

None.

Body Parameters

None.

Response Information

Resource Description

UserData
NameDescriptionTypeAdditional 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": "2024-05-17T01:40:12.3036304+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": "2024-05-17T01:40:12.3036304+02:00",
      "Updated": "2024-05-17T01:40:12.3036304+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": "484c8766-f972-4cdb-95b0-18651af625dc",
      "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": "319b9b19-f0e8-461f-be48-7cf4c90a7cbb",
      "Updated": "2024-05-17T01:40:12.3036304+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": "853658ea-2868-4de7-961b-9fdb5dac755e",
      "OutletId": "e32c2280-19a5-4c59-b02a-a969a061e177",
      "UserId": "sample string 3",
      "Deleted": true,
      "Updated": "2024-05-17T01:40:12.3036304+02:00"
    },
    {
      "$ref": "6"
    }
  ],
  "TillRoles": [
    {
      "$id": "7",
      "Id": "842f57e3-284a-4da5-9ae5-17b27f441389",
      "Name": "sample string 2",
      "Updated": "2024-05-17T01:40:12.3036304+02:00"
    },
    {
      "$ref": "7"
    }
  ],
  "TillUserRoles": [
    {
      "$id": "8",
      "Id": "1ab015de-5029-4461-b3e8-176845771b63",
      "RoleId": "dd8ebfff-d8e1-470f-a644-e697c5073b28",
      "UserId": "sample string 3",
      "Deleted": true,
      "Updated": "2024-05-17T01:40:12.3036304+02:00"
    },
    {
      "$ref": "8"
    }
  ],
  "Permissions": [
    {
      "$id": "9",
      "Id": 1,
      "PermissionType": 0,
      "Name": "sample string 2",
      "Updated": "2024-05-17T01:40:12.3036304+02:00"
    },
    {
      "$ref": "9"
    }
  ],
  "PermissionInRoles": [
    {
      "$id": "10",
      "Id": "25e2f82f-1e6e-4558-a873-52fedfed13dd",
      "PermissionId": 2,
      "RoleId": "aeceb803-83d2-4225-8cbb-e81d6aa823d6",
      "Deleted": true,
      "Updated": "2024-05-17T01:40:12.3046301+02:00"
    },
    {
      "$ref": "10"
    }
  ]
}