How to Pass Email and Manager Value in PATCH Operation in Modify User in SCIM REST Webservice in OIM
Summary
How to Pass Email and Manager Value in PATCH Operation in Modify User in SCIM REST Webservice in OIM11gR2Content
Hi Team, I am passing manager value and email value in Patch operation in Modify User operation and its throwing below error. Please help if anybody have an idea to pass the manager and Email attribute in SCIM REST Webservice.
Modify Manager Attribute-
{"schemas":
[
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
],
"Operations":
[
{
"op":"replace",
"path":"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:manager",
"value": "13316",
"$ref": "http://oimhost:14000/idaas/im/scim/v1/Users/13316"
}
]
}
Error in Manager Modify-
HTTP/1.1 400 Bad Request
1