post
/public_api/v1/rbac/get_user_group/
Required license: **Cortex Xpanse Expander**
Retrieve a list of the current user emails associated with one or more user groups in your environment.
CURL
curl -X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" -H "authorization: {{api_key}}" -H "x-xdr-auth-id: {{api_key_id}}" \
"https://api-}/public_api/v1/rbac/get_user_group/" \
-d '{
"request_data" : {
"group_names" : [ "group_names", "group_names" ]
}
}'
Request headers
authorization
required
String
api-key
Example:
{{api_key}}
x-xdr-auth-id
required
String
api-key-id
Example:
{{api_key_id}}
Request
Body
required
request_data
required
Object
A dictionary containing the API request fields.
group_names
optional
Array
of strings
List of one or more user group names for which you want the associated users.
Responses