IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

ElasticsearchClusterUser

edit

A list of users together with their password hash

Properties

edit
password_hash (string, required)
The hashed password
username (string, required)
The username

Example

edit
{
   "password_hash" : "string",
   "username" : "string"
}