post
/public_api/v1/rbac/get_roles
Retrieve information about one or more roles created 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.
role_namesArray[string]
List of one or more role names in your environment for which you want detailed information.
REQUEST BODY
{
"request_data": {
"role_names": [
"Role1",
"Role2"
]
}
}
CURL
curl -X 'POST'
-H
'Accept: application/json'
-H
'Content-Type: application/json'
'https://api-yourfqdn/public_api/v1/rbac/get_roles'
-d
''
Responses