DEV Community

Discussion on: Create a SharePoint list item with a people lookup field using Microsoft Graph SDK

Collapse
 
baywet profile image
Vincent Biret • Edited

you can query https://graph.microsoft.com/v1.0/sites/{site-id}/lists?$select=system,name,id iterate through the results, and find the list with the name "users" (unfortunately filter doesn't seem to be supported on that endpoint for this field).