API call to get document properties and the checked out to display name and email

Copper Contributor

I'm using /_api/web/lists/getbytitle('myLibrary')/items?$select=CheckoutUserId in an ajax function.  I need the checked out to display name and email instead of the CheckoutUserId.   I tried appending with 

&$expand=CheckoutUserId/Id but get an error response, "The field or property 'CheckoutUserId' does not exist."  

1 Reply