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": "success",
	"user": {
		"email": "jdoe@my-domain.com",
		"status": "active",
		"username": "jdoe@my-domain.com",
		"domain": "my-domain.com",
		"firstname": "John",
		"lastname": "Doe",
		"country": "US",
		"type": "adobeID",
		"groups": [
			"_org_admin"
		]
	}
}

Workflow Library Example

Get User Information with Adobe Cloud and Send Results Via Email

Preview this Workflow on desktop