Skip to main content

@slack/web-api / AdminUsersSessionSetSettingsArguments

Interface: AdminUsersSessionSetSettingsArguments

Defined in: packages/web-api/src/types/request/admin/users.ts:142

Extends

  • UserIDs.TokenOverridable

Properties

desktop_app_browser_quit?

optional desktop_app_browser_quit?: boolean;

Defined in: packages/web-api/src/types/request/admin/users.ts:144

Description

Terminate the session when the client—either the desktop app or a browser window—is closed.


duration?

optional duration?: number;

Defined in: packages/web-api/src/types/request/admin/users.ts:149

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).


token?

optional token?: string;

Defined in: packages/web-api/src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

user_ids

user_ids: [string, ...string[]];

Defined in: packages/web-api/src/types/request/common.ts:92

Description

List of encoded user IDs.

Inherited from

UserIDs.user_ids