You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to Pass Email and Manager Value in PATCH Operation in Modify User in SCIM REST Webservice in OIM

Question
8
Views
0
Comments
edited Jan 13, 2017 8:00AM in Identity

Summary

How to Pass Email and Manager Value in PATCH Operation in Modify User in SCIM REST Webservice in OIM11gR2

Content

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!