Skip to main content
Update an existing team. 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
Team IDThe ID of the team to update. Can be obtained using List Teams action.
Team NameThe name of the team to update.
User IDsA comma-separated list of user IDs to add as team members. Can be obtained using List Users action.

Note: The team will contain exactly these users.

Example Output

{
	"data": {
		"id": "text",
		"name": "text",
		"users": [
			{
				"email": "text",
				"id": "text"
			}
		]
	},
	"request_id": "text"
}

Workflow Library Example

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