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.
Retrieves the details of a single user within a specified organization, identified by email address or username and domain.
Parameters
| Parameter | Description |
|---|
| Email Address | The email address of the user to get information about. |
Example Output
{
"result": "<string>",
"user": {
"id": "<string>",
"email": "<string>",
"status": "<string>",
"groups": [
"<string>",
"<string>"
],
"username": "<string>",
"adminRoles": [
"<string>"
],
"domain": "<string>",
"orgSpecific": true,
"businessAccount": true,
"firstname": "<string>",
"lastname": "<string>",
"country": "<string>",
"type": "<string>"
}
}
Workflow Library Example
Get User Information with Adobe Cloud and Send Results Via Email