Official comment
Hi Sujammi,
You need to add the user as a resource to the project. You can achieve that by using this request:
Method: PUT
URL: /data/objects/RegularResourceLink
body (example):
{
"WorkItem": "/Project/5l22oolhibcxie45e6czbk7jm746",
"Resource": "/User/1d6ebb38-5360-4292-a0ea-fc731744724e"
}
I hope this helps,
Elad
Comment actions