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:
0