Skip to main content
Create a new team. Note: Maximum 10 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 NameThe name of the team to create.
User IDsA comma-separated list of user IDs to add as team members. Can be obtained using List Users action.

Example Output

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

Workflow Library Example

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