service/domain/organization/user_create
Api Code Documentation / Exports / service/domain/organization/user_create
#
Table of contents#
Interfaces#
Functions#
Functions#
createUserâ–¸ createUser(ctx
, creatingUser
, data
, repository
): Promise
<Type
<BusinessEvent
[]>>
#
ParametersName | Type |
---|---|
ctx | Ctx |
creatingUser | ServiceUser |
data | RequestData |
repository | Repository |
#
ReturnsPromise
<Type
<BusinessEvent
[]>>
#
Defined insrc/service/domain/organization/user_create.ts:53
#
validateâ–¸ validate(input
): Type
<RequestData
>
#
ParametersName | Type |
---|---|
input | any |