Retrieves the details of a single user within a specified organization, identified by email address or username and domain.

Parameters

ParameterDescription
Email AddressThe 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

Preview this Workflow on desktop