List User Groups
List all user groups.
External Documentation
To learn more, visit the Cortex Xpanse documentation.
Parameters
Parameter | Description |
---|---|
Group Names | A comma-separated list of group names to query by. |
Example Output
{
"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": {}
}
Workflow Library Example
List User Groups with Cortex Xpanse and Send Results Via Email
Preview this Workflow on desktop