Class ByProjectKeyCustomersPasswordTokenByPasswordTokenRequestBuilder
Constructors
constructor
Parameters
- args: {
baseUri?: string;
executeRequest: executeRequest;
pathArgs: { passwordToken: string; projectKey: string };
}
Properties
Protected
Readonly
args
args: { baseUri?: string; executeRequest: executeRequest; pathArgs: { passwordToken: string; projectKey: string };} Methods
get
get( methodArgs?: { headers?: { [key: string]: string | string[] }; queryArgs?: { expand?: string | string[]; [key: string]: QueryParam }; },): ApiRequest<Customer> Parameters
Optional
methodArgs: {
headers?: { [key: string]: string | string[] };
queryArgs?: { expand?: string | string[]; [key: string]: QueryParam };
}
Use this method to retrieve the details of a global Customer by using the password token during their password reset process.