Interface: AdminUsersSessionSetSettingsArguments
Extends
UserIDs
.TokenOverridable
Properties
desktop_app_browser_quit?
optional desktop_app_browser_quit: boolean;
Description
Terminate the session when the client—either the desktop app or a browser window—is closed.
Defined in
packages/web-api/src/types/request/admin/users.ts:134
duration?
optional duration: number;
Description
The session duration in seconds. The minimum value is 28800, which represents 8 hours; the max value is 315569520 or 10 years (that's a long Slack session).
Defined in
packages/web-api/src/types/request/admin/users.ts:139
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token
Defined in
packages/web-api/src/types/request/common.ts:43
user_ids
user_ids: [string, ...string[]];
Description
List of encoded user IDs.
Inherited from
UserIDs.user_ids