service/domain/organization/user_password_change
Api Code Documentation / Exports / service/domain/organization/user_password_change
Table of contents
Interfaces
Functions
Functions
changeUserPassword
▸ changeUserPassword(ctx
, issuer
, issuerOrganization
, data
, repository
): Promise
<Type
<BusinessEvent
[]>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
issuer | ServiceUser |
issuerOrganization | null | string |
data | RequestData |
repository | Repository |
Returns
Promise
<Type
<BusinessEvent
[]>>
Defined in
src/service/domain/organization/user_password_change.ts:39
validate
▸ validate(input
): Type
<RequestData
>
Parameters
Name | Type |
---|---|
input | any |