UpdateAssignees
Updates assignees.
Input
| Name | Type | Required | Description |
| AppId | String | True | The App Id. |
| RecordId | String | True | The record Id. |
| Assignees | String | True | The user codes of the assignees. If empty, no users will be assigned. The maximum number of assignees is 100. |
| Revision | String | False | The revision number of the record before updating the assignees. If the specified revision is not the latest revision, the request will result in an error. |
| GuestSpaceId | String | False | This parameter is used for apps that are in the guest space. Do not add this parameter if the connection property GuestSpaceId is specified in the connection string. |
Result Set Columns
| Name | Type | Description |
| Success | String | This value shows a boolean indication of whether the operation was successful or not. |
| Revision | String | The revision number of the record after updating the status. The revision number will increase by 2, as two operations are performed - running the action and updating the status. |