> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Lookup User By Email

Find a user with an email address.

<Note>
  External Documentation

  To learn more, visit the [Slack documentation](https://api.slack.com/methods/users.lookupByEmail).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                            |
  | --------- | ------------------------------------------------------ |
  | Email     | An email address belonging to a user in the workspace. |
</div>

## Example Output

```json theme={"dark"}
{
	"ok": true,
	"user": {
		"color": "9f69e7",
		"deleted": false,
		"has_2fa": false,
		"id": "W012A3CDE",
		"is_admin": true,
		"is_app_user": false,
		"is_bot": false,
		"is_owner": false,
		"is_primary_owner": false,
		"is_restricted": false,
		"is_ultra_restricted": false,
		"name": "spengler",
		"profile": {
			"avatar_hash": "ge3b51ca72de",
			"display_name": "spengler",
			"display_name_normalized": "spengler",
			"email": "spengler@ghostbusters.example.com",
			"image_192": "https://.../avatar/e3b51ca72dee4ef87916ae2b9240df50.jpg",
			"image_24": "https://.../avatar/e3b51ca72dee4ef87916ae2b9240df50.jpg",
			"image_32": "https://.../avatar/e3b51ca72dee4ef87916ae2b9240df50.jpg",
			"image_48": "https://.../avatar/e3b51ca72dee4ef87916ae2b9240df50.jpg",
			"image_512": "https://.../avatar/e3b51ca72dee4ef87916ae2b9240df50.jpg",
			"image_72": "https://.../avatar/e3b51ca72dee4ef87916ae2b9240df50.jpg",
			"real_name": "Egon Spengler",
			"real_name_normalized": "Egon Spengler",
			"status_emoji": ":books:",
			"status_text": "Print is dead",
			"team": "T012AB3C4"
		},
		"real_name": "Egon Spengler",
		"team_id": "T012AB3C4",
		"tz": "America/Los_Angeles",
		"tz_label": "Pacific Daylight Time",
		"tz_offset": -25200,
		"updated": 1502138686
	}
}
```

## Workflow Library Example

[Onboarding Team Member to Project](https://library.blinkops.com/workflows/onboarding-team-member-to-project)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/onboarding-team-member-to-project/canvas" />
</div>
