Class ByProjectKeyCustomersPasswordResetRequestBuilder
Properties
Protected
Readonly
args
args: { baseUri?: string; executeRequest: executeRequest; pathArgs: { projectKey: string; }; } Type declaration
Optional
baseUri?: string
pathArgs: {
projectKey: string;
}
Methods
post
- post(methodArgs): ApiRequest<Customer>
Parameters
- methodArgs: {
body: CustomerResetPassword;
headers?: {
[key: string]: string | string[];
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
Returns ApiRequest<Customer>
Resetting the password of the Customer produces the CustomerPasswordUpdated Message with
reset=true
.