Accelerate the Value of Data

userSessionTimeoutSeconds

Learn about userSessionTimeoutSeconds parameter for the Customer Password Policy API

userSessionTimeoutSeconds parameter for the Customer Password Policy specifies the period of time (in seconds) a session can remain idle before the session times out and the customer is required to get a new token to log in again.

For example, pass this parameter in your API request to end a customer's session if it's been idle for 300 seconds (5 minutes).
{
    "userSessionTimeoutSeconds": 300
//rest of the fields
 }

For information on the other parameters in this API, see topic Customer Password Policy API.