service/domain/organization/group_member_add
Api Code Documentation / Exports / service/domain/organization/group_member_add
Table of contents
Functions
Functions
addMembers
▸ addMembers(ctx
, issuer
, groupId
, newMembers
, repository
): Promise
<Type
<BusinessEvent
>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
issuer | ServiceUser |
groupId | string |
newMembers | string [] |
repository | Repository |
Returns
Promise
<Type
<BusinessEvent
>>