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

# Get Employee Details

Retrieve information about an employee by their email address and lists all assets currently assigned to that employee.

<Note>
  External Documentation

  To learn more, visit the [Dots documentation](https://intercom.help/dots-tech/en/articles/12587376-dots-public-api-getting-started-guide#h_5342353502).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                          |
  | --------- | ---------------------------------------------------- |
  | Email     | The email address of the employee to get details on. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "5bd9d28f-13cb-4k64-98cb-3b3e6219cccc",
	"email": "dots@dotstech.com",
	"phone": "+380674642387",
	"fullName": "Denys",
	"status": "EMPLOYED",
	"wasOffboarded": false,
	"wasOnboarded": true,
	"role": {
		"name": "Head of R&D"
	},
	"team": {
		"name": "R&D"
	},
	"addressInfo": {
		"address": "Eliezer Kaplan Street 2, Tel Aviv-Yafo, Israel",
		"addressLine2": "string",
		"addressAdditionalInfo": "2nd floor",
		"zipCode": "0432",
		"country": {
			"name": "Israel",
			"alphaCode2": "IL"
		},
		"city": {
			"name": "Tel Aviv-Yafo"
		},
		"state": {
			"name": "string"
		}
	},
	"assetsId": [
		"b16fea6a-e935-4d31-a508-8e4005c9ad27",
		"7c08e001-1fe8-4e88-8d71-ae8c598392ce"
	]
}
```

## Workflow Library Example

[Get Employee Details with Dots and Send Results Via Email](https://library.blinkops.com/workflows/get-employee-details-with-dots-and-send-results-via-email)

<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/get-employee-details-with-dots-and-send-results-via-email/canvas" />
</div>
