Path parameters
-
name
string Required The role name.
Minimum length is
1
.
Query parameters
-
replaceDeprecatedPrivileges
boolean If
true
and the response contains any privileges that are associated with deprecated features, they are omitted in favor of details about the appropriate replacement feature privileges.
GET
/api/security/role/{name}
curl \
--request GET https://<KIBANA_URL>/api/security/role/{name} \
--header "Authorization: $API_KEY"