POST 17.0/database/userlogins

Description

Create User Logins

URI Parameters

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": 1,
  "dateTime": "2026-01-27T10:07",
  "clearCachedSystemConfiguration": 64,
  "clearCachedConfiguration": 64,
  "desktop": 64,
  "siteID": 1
}

application/xml, text/xml

Sample:
<UserLoginsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PCID>1</PCID>
  <UserID>1</UserID>
  <DateTime>2026-01-27T10:07:57.1160208+00:00</DateTime>
  <ClearCachedSystemConfiguration>64</ClearCachedSystemConfiguration>
  <ClearCachedConfiguration>64</ClearCachedConfiguration>
  <Desktop>64</Desktop>
  <SiteID>1</SiteID>
</UserLoginsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

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-27T10:07",
  "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-27T10:07:57.1160208+00:00</DateTime>
  <ClearCachedSystemConfiguration>64</ClearCachedSystemConfiguration>
  <ClearCachedConfiguration>64</ClearCachedConfiguration>
  <Desktop>64</Desktop>
  <SiteID>7</SiteID>
</UserLogins>