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
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

How to get the rest API JSON payload for Bulk password reset?

edited Jan 10, 2020 7:54AM in HCM Integrations 12 comments

Summary

How to get the rest API JSON payload for Bulk password reset?

Content

Hi All,

Is there a way to generate the rest API JSON Payload to bulk update the password of users.

For example: below is the request body JSON . 

 

Request Body JSON

{
"Operations":[
{
"method":"PATCH",
"path":"/Users/ENTER_USER1_GUID_HERE",
"bulkId":"clientBulkId1",
"data":{
"schemas":[
"urn:scim:schemas:core:2.0:User"
],
"password": "ENTER_PASSWORD_HERE"
}
},
{
"method":"PATCH",
"path":"/Users/ENTER_USER2_GUID_HERE",
"bulkId":"clientBulkId1",
"data":{
"schemas":[
"urn:scim:schemas:core:2.0:User"
],
"password": "ENTER_PASSWORD_HERE"
}
}
]
} 

 

Thanks!

Sahil

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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