Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Is it possible to update UserName and Employee Work EMail using same REST API in
Hi All,
I am trying to update UserName & Employee Work Email address using REST API (current trying via Postman) need to do it via OIC cloud actually
But I am unable to do so actually
Tried :-
@Vishal Palakurthi
Vishal Palakurthi
& used body similar to
{
“schemas”:[
“urn:scim:schemas:core:2.0:User”
],
“emails” : [
{
“primary” : true,
“type” : “W”,
“value” : “abc@dev.com”
} ]
}
But i am unable to update using this , kindly help
I am getting this Error (screenshot)
Any help would be greatly appreciated
Regards
Ashray
0