Skip to main content

@slack/web-api / UsersLookupByEmailArguments

Interface: UsersLookupByEmailArguments

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

Extends​

  • Email.TokenOverridable

Properties​

email​

email: string;

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

Description​

An email address belonging to a user in the workspace

Inherited from​

Email.email

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