Daniellovesmith
6 years agoContributor
unable to connect Rest API with Fusion Application?
We are getting below issue while performing mass update user passwords using Soap UI REST API:
As per using below link we are able to connect REST API with fusion application for Single User creation and User Updation:
https://ebdldev-test.fa.us2.oraclecloud.com/hcmRestApi/scim/Users
But while using below link we are able to connect REST API with fusion application and getting below issue:
https://ebdldev-test.fa.us2.oraclecloud.com/hcmRestApi/scim/Bulk
"Error 403--Forbidden"
Kindly find below code and provide your assistance for how to select path location while performing mass update user passwords:
{
"Operations":[
{
"method":"PATCH",
"path":"/Users/80EA1D7D5F3EEA74E050C70A30083909",
"bulkId":"clientBulkId1",
"data":{
"schemas":[
"urn:scim:schemas:core:2.0:User"
],
"password": "welcome12345"
}
},
{
"method":"PATCH",
"path":"/Users/80EA1DDF7CD8C618E050C70A30083937",
"bulkId":"clientBulkId2",
"data":{
"schemas":[
"urn:scim:schemas:core:2.0:User"
],
"password": "welcome12345"
}
}
]
}
Please let me know in case of any information required.