List all active Groups in the organization.

Parameters

ParameterDescription
LimitLimit the size of the response. 1-200 are the potential values. Default=50.

Example Output

{
	"objects": [
		{
			"id": "<string>",
			"name": "<string>",
			"description": "<string>",
			"type": "<string>"
		}
	],
	"offset": 2,
	"limit": 46,
	"totalCount": 1
}

Workflow Library Example

List Groups with Split and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop