WebService entitlement removal during ceritification

Hi @gogubapu thank you for your information and geting below error and any idea please?

[“Exception while updating account.Url: https://ehis-dev3.fa.us6.oraclecloud.com/hcmRestApi/scim/Roles/, Message: 405 : Method Not Allowed, HTTP Error Code: 405”]

Context URL: /hcmRestApi/scim/Roles/$plan.roleID$
Body: {
“schemas”: [
“urn:oracle:apps:scim:schemas:fa:1.0:Role”
],
“members”:[{“value”:$plan.nativeIdentity$", “operation”:“REMOVE”}]
}

Thanks
Kalyan

remove this in your API header and test with Content-Type: application/json
if you will get 403 error, it is saying that you dont have permission to access the /hcmRestApi/scim/Roles/$plan.roleID$ endpoint

you may check your service account permissions.

Thank You.

Hi @gogubapu I have already tried that option but getting below error and any idea on this please?

Exception while updating account.Url: https://ehis-dev3.fa.us6.oraclecloud.com/hcmRestApi/scim/Roles/, Message: 405 : Method Not Allowed, HTTP Error Code: 405

Thanks
Kalyan

Hi @kalyannambi2010,

It is clearly saying that method is not allowing to perform this operation. can you perform this operation in postman application first then, configure in IDN.

Thank You.

Hi @gogubapu I have tried to execute this operation using Postman and getting “unauthorized error” error as below.

403 Forbidden

Forbidden

You are not authorized to access the requested resource.

Thanks
Kalyan

Hi @gogubapu,

can we include multiple HTTP operations while disabling the user, so first we need to remove the roles from the user and then disable the user?

Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.