Returns user privileges for the Kibana space Beta
Retrieves whether or not the user is authenticated, and the user's Kibana space and index privileges, which determine if the user can create an index for the Elastic Security alerts generated by detection engine rules.
GET /api/detection_engine/privileges
curl \
-X GET https://localhost:5601/api/detection_engine/privileges
Response examples (200)
{
"has_encryption_key": true,
"is_authenticated": true
}
Response examples (401)
{
"error": "string",
"message": "string",
"statusCode": 42
}
Response examples (500)
{
"message": "string",
"status_code": 42
}