IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
LoginRequest
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
LoginRequest
editThe body of a login request.
Properties
edit-
login_state(LoginState) - Configure how the API responds after a successful login.
-
password(string, required) - The plain text password part of the login request
-
username(string, required) - The username part of the login request
Example
edit{
"login_state" : {
"path" : "string"
},
"password" : "string",
"username" : "string"
}