The endpoint /content/users/[UserY]/items/[ItemId]/canReassign works perfectly with ArcGIS Online and returns the expected response. However, when used with ArcGIS Enterprise, the Item is returned instead of the expected response.
https://[RootURL]/portal/sharing/rest/content/users/[UserY]/items/[ItemId]/canReassign?targetUsername=[UserX]&token=[token]&f=json
Is this a bug, or is the documentation wrong?
We are using ArcGIS Enterprise 11.1.
The response is equals of the response of /content/users/[UserY]/items/[ItemId]. It seems like the route /canReassign is ignored with ArcGIS Enterprise.