Skip to main content
Retrieve information about an employee by their email address and lists all assets currently assigned to that employee.
External DocumentationTo learn more, visit the Dots documentation.

Parameters

ParameterDescription
EmailThe email address of the employee to get details on.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop