Modifies a user identified 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.write

GRANULAR SCOPE(S): None

LIMITS: Standard API rate limits

Basic Parameters

ParameterDescription
ID PropertyThe name of a property with unique user values.Valid values are USER_ID(default) or EMAIL.
Primary Team IDThe user’s primary team.
Role IDThe user’s role.Can be obtained via the List Roles action.
User IDIdentifier of user to modify.

Advanced Parameters

ParameterDescription
Secondary Team IDsA comma-separated list of the user’s additional teams.

Example Output

{
	"id": "123",
	"email": "newUser@email.com",
	"roleId": "100",
	"primaryTeamId": "101",
	"secondaryTeamIds": [
		"102"
	]
}

Workflow Library Example

Update User with Hubspot and Send Results Via Email

Preview this Workflow on desktop