Skip to main content
Retrieve information on a specific team by its ID. Note: Maximum 60 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 get information for. Can be obtained using List Teams action.

Example Output

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

Workflow Library Example

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