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