@slack/web-api / AdminUsersGetExpirationArguments
Interface: AdminUsersGetExpirationArguments
Defined in: packages/web-api/src/types/request/admin/users.ts:63
Extends
TokenOverridable
Properties
target_team?
optional target_team?: string;
Defined in: packages/web-api/src/types/request/admin/users.ts:69
Description
If an org token is passed in and this team is on the org, it will operate on the workspace level on the specified team. Otherwise it will operate on the org or team in context.
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_id?
optional user_id?: string;
Defined in: packages/web-api/src/types/request/admin/users.ts:65
Description
The ID of the guest user to get the expiration for.