Skip to content

Update Session

Updates the specified session(s). Note that changes to organizationId and startedAt will be ignored.

Verb PATCH
Endpoint {base-url}/sessions/management/
Max Page Size N/A

Request Body

{
  "body": [
    {
      "id": 0,
      "machineId": 0,
      "startedAtUtc": "2022-08-31T20:04:33.623",
      "login": "example@example.com",
      "reason": null,
      "loginWasSuccessful": true,
      "endedAtUtc": null,
      "wasAbandoned": false,
      "source": "Web",
      "organizationId": 1
    }
  ]
}

Response

On Success

204 - No Content

Response Body

// 204 - No Content