Retrieves a user by their ID or email. Choose whether to use the user’s ID or email by setting the Property ID parameter.

Requirements:

STANDARD SCOPE(S): settings.users.read

GRANULAR SCOPE(S): None

LIMITS: Standard API rate limits

Parameters

ParameterDescription
ID PropertyThe name of a property with unique user values.
Valid values are USER_ID(default) or EMAIL.
User IDIdentifier of user to retrieve.

Example Output

{
	"id": "<string>",
	"email": "<string>",
	"roleIds": [],
	"superAdmin": false
}

Workflow Library Example

Get User with Hubspot and Send Results Via Email

Preview this Workflow on desktop