UpdateAssignees
Updates the user or group assigned to a record, supporting workflow progression or ownership changes.
Input
| Name | Type | Required | Description |
| AppId | String | True | Identifier of the Kintone app that contains the record whose assignees are updated. |
| RecordId | String | True | Identifier of the record for which the assignees are being changed. |
| Assignees | String | True | List of user codes representing the users assigned to the record, allowing up to 100 assignees and assigning none when the list is empty. |
| Revision | String | False | Revision number of the record before the update, required to prevent conflicts when the record has been modified since it was last retrieved. |
| GuestSpaceId | String | False | Identifies the guest space that contains the record, and should not be provided when the connection property GuestSpaceId is already set in the connection string. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation completed successfully by returning a Boolean value. |
| Revision | String | Revision number of the record after the update, which increases by two because both running the action and updating the status count as separate operations. |