Disable users

PUT /_security/user/{username}/_disable

Disable users in the native realm.

Path parameters

  • username string Required

    The username of the user to disable

Query parameters

  • refresh string

    If true (the default) then refresh the affected shards to make this operation visible to search, if wait_for then wait for a refresh to make this operation visible to search, if false then do nothing with refreshes.

    Values are true, false, or wait_for.

Responses

  • 200 application/json

    Additional properties are allowed.

PUT /_security/user/{username}/_disable
curl \
 -X PUT http://api.example.com/_security/user/{username}/_disable
Response examples (200)
{}