Home > @vsf-enterprise/sapcc-api > Endpoints > changePassword
Endpoints.changePassword() method
Change Password
Signature:
changePassword(context: SapccIntegrationContext, props: ChangePasswordProps): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
context | SapccIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
props | ChangePasswordProps | An object containing propertios for changing password for current user. |
Returns:
Promise<void>