Get the details of a user by their email address.
External DocumentationTo learn more, visit the Reco documentation.

Parameters

ParameterDescription
Email AddressThe email address of the user to fetch.

Example Output

{
	"usersOverview": [
		{
			"username": "<string>",
			"user": {
				"emailAddress": "<string>"
			},
			"privateEmails": [],
			"relatedEmails": [],
			"drive": "<string>",
			"groups": [],
			"status": "<string>",
			"applications": [],
			"profilePhotoUrl": "<string>",
			"departments": [],
			"jobTitles": [],
			"lastActivityTime": "<string>",
			"lastLoginTime": "<string>",
			"numAccounts": "<string>",
			"adminNumAccounts": "<string>",
			"identityId": "<string>",
			"accountIds": [
				"<string>"
			],
			"managerAccountIds": [],
			"managerPrimaryEmailAddresses": [
				"<string>"
			],
			"managerFullNames": [],
			"instanceIds": [
				"<string>"
			]
		}
	]
}

Workflow Library Example

Get User Overview by Email with Reco and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop