Disable users
Disable users in the native realm. By default, when you create users, they are enabled. You can use this API to revoke a user's access to Elasticsearch.
Path parameters
-
An identifier for the user.
Query parameters
-
refresh string
If
true
(the default) then refresh the affected shards to make this operation visible to search, ifwait_for
then wait for a refresh to make this operation visible to search, iffalse
then do nothing with refreshes.Values are
true
,false
, orwait_for
.
PUT
/_security/user/{username}/_disable
curl \
--request PUT http://api.example.com/_security/user/{username}/_disable
Response examples (200)
{}