Get builtin privileges Added in 7.3.0
Get the list of cluster privileges and index privileges that are available in this version of Elasticsearch.
GET /_security/privilege/_builtin
curl \
-X GET http://api.example.com/_security/privilege/_builtin
Response examples (200)
{
"cluster": [
"string"
],
"index": "string"
}