Skip to main content
Updates the user. Only provided fields are modified. Note: Maximum 20 requests per minute are allowed. For more information about the required permissions refer to Access Control.
External DocumentationTo learn more, visit the Pylon documentation.

Parameters

ParameterDescription
Avatar URLThe avatar URL of the user to update.
Role IDThe ID of the role to assign to the user.
StatusSelect the status to assign to the user.
User IDThe ID of the user that is assigned to the issue. Can be obtained using List Users action.
User NameThe name of the user to update.

Example Output

{
	"data": {
		"avatar_url": "text",
		"email": "text",
		"emails": [
			"text"
		],
		"id": "text",
		"name": "text",
		"role_id": "text",
		"status": "text"
	},
	"request_id": "text"
}

Workflow Library Example

Update User with Pylon and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop