Clear the privileges cacheAdded in 7.9.0
Evict privileges from the native application privilege cache. The cache is also automatically cleared for applications that have their privileges updated.
Path parameters
- application
string Required A comma-separated list of applications. To clear all applications, use an asterism (
*
). It does not support other wildcard patterns.
POST /_security/privilege/{application}/_clear_cache
curl \
--request POST 'http://api.example.com/_security/privilege/{application}/_clear_cache' \
--header "Authorization: $API_KEY"