change
Password
@PatchMapping(path = "USERS_KEY + "/{" + IDENTIFIER_KEY + "}" + CHANGE_PASSWORD_ENDPOINT",
headers = []
)
Method to change the password of the user
Return
the result of the request as String
Parameters
id
: the identifier of the user
token
: the token of the user
payload
: payload of the request
{
"password": "the new password of the user" -> [String]
}
Content copied to clipboard