External DocumentationTo learn more, visit the Reco documentation.
Parameters
Example Output
Workflow Library Example
Get User Overview by Email with Reco and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Email Address | The email address of the user to fetch. |
{
"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>"
]
}
]
}
Was this page helpful?