Version 4.0.24.16
Update session config.
Request
PATCH
/session_config
Datatype
Description
Request
body
Expand HTTP Body definition...
body
Session Config
Expand SessionConfig definition...
can
lock
Operations the current user is able to perform on this object
allow_persistent_sessions
Allow users to have persistent sessions when they login
session_minutes
Number of minutes for user sessions. Must be between 5 and 43200
unlimited_sessions_per_user
Allow users to have an unbounded number of concurrent sessions (otherwise, users will be limited to only one session at a time).
use_inactivity_based_logout
Enforce session logout for sessions that are inactive for 15 minutes.
track_session_location
Track location of session when user logs in.
Response
200: Session Config
Datatype
Description
(object)
can
lock
Operations the current user is able to perform on this object
allow_persistent_sessions
Allow users to have persistent sessions when they login
session_minutes
Number of minutes for user sessions. Must be between 5 and 43200
unlimited_sessions_per_user
Allow users to have an unbounded number of concurrent sessions (otherwise, users will be limited to only one session at a time).
use_inactivity_based_logout
Enforce session logout for sessions that are inactive for 15 minutes.
track_session_location
Track location of session when user logs in.
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link