Hi anonymous userRashed-1057 ,
You can update single value 'personOrGroup' fields, by combining the field name with LookupId and passing the LookupId as the value:
{
"AssignedToLookupId":"123"
}
If you want to update a multi value 'personOrGroup' fields, you need to specify the data type first and pass the ids as an array:
{
"******@odata.type":"Collection(Edm.String)",
"AssignedToLookupId":["123", "124"]
}
Here is a similar issue with yours for reference
https://stackoverflow.com/questions/47010078/how-to-update-a-lookup-field-and-a-user-field-in-sharepoint-with-microsoft-graph
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.