Logo
IdentityNow API Documentation

Update Auth Org Session Configuration

PATCH {{baseUrl}}/auth-org/session-config

This API updates an existing session configuration for an org using PATCH.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "maxIdleTime": 15, "rememberMe": true, "maxSessionTime": 45 }



Curl
curl -X PATCH 'https://tenant.api.identitynow.com/v3/auth-org/session-config' -H 'Content-Type: application/json-patch+json' -H 'Accept: application/json' -d '{"0":{"op":"replace","path":"/rememberMe","value":"true,"},"1":{"op":"add","path":"/maxSessionTime","value":480}}'

ENDPOINTS