Skip to main content

List Groups

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": "<group_id>",
"name": "<group_name>",
"description": "<description>",
"type": "group"
}
],
"nextMarker": null,
"previousMarker": null,
"limit": 20,
"count": 1
}

Workflow Library Example

List Groups with Split and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop