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
How to get the rest API JSON payload for Bulk password reset?
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
4