Skip to main content

List User Groups

List all user groups.

External Documentation

To learn more, visit the Cortex Xpanse documentation.

Parameters

ParameterDescription
Group NamesA comma-seperated 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

Workflow LibraryPreview this Workflow on desktop