Home > @cjh1/sfapi > AccountService > updateGroup
Update Group Membership Update a group’s membership.
batch_add
or batch_remove
Signature:
updateGroup(group: string, formData: UpdateGroupBody): CancelablePromise<GroupStats>;
Parameter | Type | Description |
---|---|---|
group | string | |
formData | UpdateGroupBody |
Returns:
GroupStats Successful Response
ApiError