rbac_get_user_group
Retrieve user emails for one or more user groups in your XSIAM environment. Specify group names to get associated user addresses.
Instructions
Get User Groups
Retrieve a list of the current user emails associated with one or more user groups in your environment.
Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus
[POST /public_api/v1/rbac/get_user_group] · System management
Example request body:
{
"request_data": {
"group_names": [
"Group1",
"Group2"
]
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes | A dictionary containing the API request fields. |