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
>>
#
ParametersName | Type |
---|---|
ctx | Ctx |
issuer | ServiceUser |
groupId | string |
newMembers | string [] |
repository | Repository |
#
ReturnsPromise
<Type
<BusinessEvent
>>