When you send a request to get the authentication cookie and Informatica CSRF Token (ICT), the session
userinfo
section is optional. To set the session timeout, include a
userinfo
section in the request and specify the session timeout parameter. The value of the parameter is in seconds.
The following sample code shows the user information section and the session timeout parameter:
"userInfo" : {
"sessionTimeout":300,
"role":"Manager"
}