admin.users.session.getSettings
method
Welcome to the new home of Slack developer docs!
We're still building and not all features are available quite yet. Enjoy this peek into the future!
Not ready for the future? Return to the past at api.slack.com.
Usage info
This Admin API returns the provided users' session settings. Session settings include a duration (the amount of time a session can last) and whether the session should be terminated when the client is closed.
If a provided user does not have any session settings, they will be omitted from the response.
If you'd like to set session settings for a given user, use the admin.users.session.setSettings
method.