EnumerateRoles
This Script is part of the Team Management Pack.#
Supported versions
Available on Cortex XSOAR (versions 6.0.0 and later) and Cortex XSIAM.
The script will enumerate any provided role names and output the list of users for each role.
Script Data#
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags |
Inputs#
| Argument Name | Description |
|---|---|
| roles | CSV of role names to enumerate |
Outputs#
| Path | Description | Type |
|---|---|---|
| Roles.role | Role name | string |
| Roles.users | List of users in the role | string |