Update Session By Session Token
PUT {{apiPath}}/environments/{{envID}}/sessions/me
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Update Session By Session Token.
Request Body
{"activeAt"=>"{{$isoTimestamp}}", "idleTimeoutInMinutes"=>"72000", "lastSignOn"=>{"authenticators"=>["pwd"], "remoteIp"=>"174.1.62.19", "withAuthenticator"=>{"pwd"=>{"at"=>"2022-08-17T01:21:30.116Z", "policy"=>{"id"=>"{{passwordPolicyID}}", "type"=>"PINGONE"}}}}, "token"=>"{{token}}", "user"=>{"id"=>"{{userID}}"}, "userAgent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Cookie | string |