Assign
Assigns an item to the specified user.
Input
| Name | Type | Description |
| Table | String | The table that has the item being assigned. |
| Id | String | The GUID of the item that is being assigned. |
| AssigneeType | String | The type of the assignee. Accepted types are User or Team.
The allowed values are User, Team. |
| AssigneeID | String | The GUID of the assignee. |
Result Set Columns
| Name | Type | Description |
| Success | String | This field is true if the object was assigned to the new assignee, false otherwise. |