List Users
List all users.
External Documentation
To learn more, visit the Cortex Xpanse documentation.
Example Output
{
"reply": [
{
"user_email": "string",
"user_first_name": "string",
"user_last_name": "string",
"role_name": "string",
"last_logged_in": 0,
"user_type": "string",
"groups": [
"string"
],
"scope": [
{
"tag_id": "string",
"tag_name_with_alias": "string",
"additionalProp1": {}
}
],
"additionalProp1": {}
}
],
"additionalProp1": {}
}
Workflow Library Example
List Users with Cortex Xpanse and Send Results Via Email
Preview this Workflow on desktop