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