API to forward a manual workitem

Hello Team,

Is there any API to forward manual workitems ? I looked at the developer portal and only see an API to forward access request approvals.

Thanks
Vinit Lodaya

It appears there is, but it is not yet documented. We’ll get it documented in the spec, but in the meantime, please try the following:

POST https://{tenant}.api.identitynow.com/beta/work-items/{itemId}/forward

Payload

{
  "targetOwnerId": "2c9180867dfe694b017e208e354c57c0",
  "comment": "I'm going on vacation",
  "sendNotifications": true
}

Thank you @colin_mckibben.

Regards
Vinit Lodaya