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