List work items endpoint doesn't return information on the identity whom access is being requested for

As discussed here

The https://developer.sailpoint.com/idn/api/v3/list-work-items API returns information on the requester and the owner. This works well if a user requests access that needs to be fulfilled manually. However, if a user requests access on behalf of another user, then this endpoint doesn’t return any information on who the item was requested for.

Ideally, this endpoint would return information on the following identities:

  1. The person who requested access: requestedBy
  2. The person whom the access is requested for: requestedFor
  3. The owner of the access item: owner

As of now, this endpoint only returns the requester (AKA requestedBy) and the owner.

Idea posted here. Please upvote!