How do I update the value of Person or Group columns in SharePoint lists using the Microsoft Graph API?
问题 My situation I am using the Microsoft Graph API (Beta) to update SharePoint ListItems. However, I am failing to change the value of a 'Person or Group' column. The column has the attribute 'Allow multiple selections' and accepts both persons and groups. This is how it looks like as part of the ListItem columnSet: { "AssignedTo": [ { "Email": "user@domain.com", "LookupId": 123, "LookupValue": "User Name" } ] } What works Updating the value of columns other than 'Person or Group' is working