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

hcmRestApi/scim/Users filter options

We are calling the following HCM Rest API:

https://<env>.oraclecloud.com/hcmRestApi/scim/Users


When filtering with any of the "roles" attributes (i.e. https://<env>oraclecloud.com/hcmRestApi/scim/Users?filter=roles.value eq "test") we get the following error:

{

"type": "HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",

"status": 500,

"title": "Internal Server Error",

"detail": {

"Errors": [

{

"description": "Exception in IIP API: HTTP 400 Bad Request",

"code": "500"

}

]

}

}


We can successfully filter on other objects such as emails (filter=emails.value eq "test").


We are trying to determine whether this is expected behaviour or whether we should be able to file on the roles object?

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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