post
/public_api/v1/rbac/get_user_group
Retrieve a list of the current user emails associated with one or more user groups in your environment.
Required license: Cortex XDR Pro per Endpoint, Cortex XDR Pro, or Cortex XDR Pro per GB
Body parameters
request_dataObject
A dictionary containing the API request fields.
group_namesArray[string]
List of one or more user group names for which you want the associated users.
REQUEST BODY
{
"request_data": {
"group_names": [
"Group1",
"Group2"
]
}
}
CURL
curl -X 'POST'
-H
'Accept: application/json'
-H
'Content-Type: application/json'
'https://api-yourfqdn/public_api/v1/rbac/get_user_group'
-d
''
Responses