Skip to main content
Retrieve all teams for the organization. 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
CursorThe pagination token used to specify the next page of results. Can be obtained from the pagination.cursor property from a previous response.

Example Output

{
	"data": [
		{
			"id": "text",
			"name": "text",
			"users": [
				{
					"email": "text",
					"id": "text"
				}
			]
		}
	],
	"pagination": {
		"cursor": "text",
		"has_next_page": true
	},
	"request_id": "text"
}

Workflow Library Example

List Teams with Pylon and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop