Skip to main content

Lookup User By Email

LookupUserByEmail finds a user by email address.

It calls GET https://slack.com/api/users.lookupByEmail.

The activity has 5 tabs: Configuration, Advanced, Auth, Input, and Output.

Configuration

FieldRequiredDescription
NameOptionalName of the step, should be unique within this workflow.
DescriptionOptionalDescribe the purpose or function of this step.

This activity takes no further configuration — everything it acts on travels in the request body on the Input tab.

Advanced

FieldRequiredDescription
Enable CachingOptionalIf checked response will be cached.
Cache TTLOptionalTime to Live (in minutes) for cached response, after which it will be evicted. Defaults to 30.
TimeoutOptionalMaximum time (in milliseconds) to wait for a response from the server. If the server does not respond within this time, the request will be terminated and marked as a timeout error. Increase this value only for slower services or large payloads. Defaults to 15000.
Send to EngageOptionalIndicates if the result should be forwarded to Engage.
Select Engage ContextOptionalEngage context for reporting this event.
Select Engage EventOptionalSelect Event data to map for sending to engage.
Enable RetryOptionalRetry after Failure.
Retry Policy ResourceOptionalDrag and drop a Retry Policy resource from the workspace.

Auth

FieldRequiredDescription
Auth TypeOptionalSelect the authentication method for the request. Options: No Auth, Basic, API Key, OAuth 2.
Auth ResourceOptionalOAuth resource containing credentials.

Input

This activity is built on the REST Client, so the Input tab is the generic HTTP request rather than a Slack-shaped payload.

FieldRequiredData TypeDescription
TargetRequiredObjectThe HTTP request.

Output

The activity returns an httpResponse object.

FieldData TypeDescription
status.codeIntegerNumeric HTTP status code.
status.messageStringShort message associated with the HTTP status.
headersObjectHTTP response headers.
bodyObjectParsed body of the response.
note

The output schema for this activity declares the response body without describing its properties, so no response fields are listed here.