RemoveGroupOwner
Revokes ownership rights from a group owner.
Input
| Name | Type | Description |
| OwnerId | String | The globally unique identifier (GUID) of the group owner to be removed. This value is required to target a specific owner in the operation. |
| GroupId | String | The GUID of the group from which the owner is being removed. This ensures the operation is executed on the correct group. |
Result Set Columns
| Name | Type | Description |
| Success | String | A boolean indicator specifying whether the removal operation was completed successfully. Returns true for success and false for failure. |