Actions
List Groups
List all active Groups in the organization.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Limit | Limit the size of the response. 1-200 are the potential values. Default=50. |
{
"objects": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"type": "<string>"
}
],
"offset": 2,
"limit": 46,
"totalCount": 1
}
Was this page helpful?