Page optimized for desktop experience. Please use a desktop browser for best compatibility.

Extend Username Session

This endpoint is used to extend the current session by preventing it from timing out. Successful completion will return a new expiration date and time which will then expire the session at that new date and time.

POST
/api/v2/user/extend-session-timeout

Request Body

application/json

{"userId": "ec2507d0-d669-4f1c-81d7-1110b62fa7b3" }

Parameter Type Validations
userId string, required user id of the account to extend session timeout

Response Messages

Successful response

{
"expiration": "2017-09-05T14:31:24.093Z"
}

Unauthorized error

Internal server error