ReplaceApproverInApproverGroup
Replace approver in approver group.
Input
| Name | Type | Required | Description |
| Id | Int64 | True | Approver group ID. |
| RemoveUserId | Int64 | False | The user ID of the approver to be removed. |
| AddUserId | Int64 | False | The user ID of the new approver. |
Result Set Columns
| Name | Type | Description |
| Success | Bool | Outputs true if the procedure succeeded. |