External DocumentationTo learn more, visit the Cortex Xpanse documentation.
Actions
List User Groups
List all user groups.

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 |
|---|---|
| Group Names | A comma-separated list of group names to query by. |
{
"reply": [
{
"group_name": "string",
"description": "string",
"created_by": "string",
"pretty_name": "string",
"insert_time": 0,
"update_time": 0,
"user_email": [
"string"
],
"source": "string",
"additionalProp1": {}
}
],
"additionalProp1": {}
}
Was this page helpful?