Class ByProjectKeyCustomersPasswordResetPost

All Implemented Interfaces:
ErrorableTrait<ByProjectKeyCustomersPasswordResetPost>, ClientRequestCommand<Customer>, CreateHttpRequestCommand, HttpRequestCommand<Customer>, RequestCommand<Customer>

Resetting the password of the Customer produces the CustomerPasswordUpdated Message with reset=true.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.Customer>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customers()
            .passwordReset()
            .post(null)
            .execute()