Path parameters
-
The username of the user to enable
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}/_enable
curl \
-X PUT http://api.example.com/_security/user/{username}/_enable
Response examples (200)
{}