Table of Contents

Application User Logon Status

Operations for a Single User. Modify the logon status relevant fields.

URL

Application User Logon Status

Method(s)

POST

Parameters

Required POST

Example POST

JSON body Payload:

{
  "data": {
    "user_id": "000C29F0318A1EDAA5A7B16720BB6B79"
  },
  "login_status_action": "R",
  "time_stamp": "20251113135122"
}

Example Response

Same definition as above GET response. A created user record will include the user_id in the response. Modified records will include changed data in the response. Delete will not return a response detail record.