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