Hi @Chris Warrick
I'm glad to hear you solve the problem ,if you have any issue about SharePoint, you are welcome to raise a ticket in this forum.
By the way, since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others." and according to the scenario introduced here: Answering your own questions on Microsoft Q&A, I would make a brief summary of this thread:
[Cannot create SharePoint list item which includes people picker value]
Issue Symptom:
"Tested_x0020_By": [{
"LookupId": 123,
"LookupValue": "John Doe",
"Email": "******@mycompany.com"
}]
When you try to POST a JSON payload which includes this field using a patch document which matches this exact format, it blows up with an HTTP 400 "Invalid Request." No further information to be had other than "Invalid Request" to say why it is, in fact, invalid.
Solution:
{
"fields": {
"******@odata.type": "Collection(Edm.Int32)",
"Tested_x0020_ByLookupId": [123]
}
}
You could click the "Accept Answer" button for this summary to close this thread, and this can make it easier for other community member's to see the useful information when reading this thread. Thanks for your understanding!
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.
Best Regards
Cheng Feng