POST /_security/user/{username}/_enable

Enable users in the native realm. By default, when you create users, they are enabled. ##Required authorization

  • Cluster privileges: manage_security

Path parameters

  • username string Required

    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, 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
POST /_security/user/{username}/_enable
PUT _security/user/logstash_system/_enable
curl \
 --request POST 'http://api.example.com/_security/user/{username}/_enable'

Documentation preview

This is a preview of your version @2025-06-09 which is not yet released.