GET 17.0/database/userlogins/{pcid}/{userid}

Description

Retrieve User Logins

URI Parameters

Name Description Type Additional information
pcid

integer

Required

userID

integer

Required

None.

None.

Name Description Type Additional information
PCID

integer

None.

UserID

integer

None.

DateTime

date

None.

ClearCachedSystemConfiguration

byte

None.

ClearCachedConfiguration

byte

None.

Desktop

byte

None.

SiteID

integer

None.

application/json, text/json

Sample:
{
  "pcid": 1,
  "userID": 2,
  "dateTime": "2026-01-27T08:12",
  "clearCachedSystemConfiguration": 64,
  "clearCachedConfiguration": 64,
  "desktop": 64,
  "siteID": 7
}

application/xml, text/xml

Sample:
<UserLogins xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PCID>1</PCID>
  <UserID>2</UserID>
  <DateTime>2026-01-27T08:12:40.369923+00:00</DateTime>
  <ClearCachedSystemConfiguration>64</ClearCachedSystemConfiguration>
  <ClearCachedConfiguration>64</ClearCachedConfiguration>
  <Desktop>64</Desktop>
  <SiteID>7</SiteID>
</UserLogins>