RemoveGroupMember
Removes a member from a specified group within the organization.
Input
| Name | Type | Description |
| MemberId | String | The unique identifier assigned to the member being removed from the group. Typically, this identifier is a globally unique identifier (GUID). |
| GroupId | String | The unique identifier assigned to the group from which the member is being removed. Typically, this identifier is a GUID. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation to remove the member from the group completed successfully. Returns true for success and false for failure. |