Change passwords
PUT
/_security/user/_password Change the passwords of users in the native realm and built-in users.
Parameters
query Query Parameters
| Name | Type |
|---|---|
refresh If | type TypesRefresh = "true" | "false" | "wait_for" |
Request Body
application/json
required
{ password?: TypesPassword ;password_hash?: string; }
Responses
200 application/json
{}