SCIM Rest api give error 400 at userName filter
(Doc ID 2530667.1)
Last updated on NOVEMBER 30, 2022
Applies to:
Oracle Fusion Application Toolkit Cloud Service - Version 11.13.18.05.0 and laterInformation in this document applies to any platform.
Symptoms
When trying to use "curl" command with filter userName the system throw error :
curl -i --proxy "xxx.xxx.xxx:xxxx" -u "pod:xxx_USER:Password" -X GET 'https://xxxxx.fa.xx.oraclecloud.com/hcmRestApi/scim/Users?filter=userName eq "xxxxxx"&attributes=userName,displayName,active'
Error appear :
HTTP/1.1 400 Bad Request
Server: Oracle-HTTP-Server
Content-Length: 205
Documentation and examples of using the curl commands : https://docs.oracle.com/en/cloud/saas/applications-common/19a/farca/op-hcmrestapi-scim-users-get.html
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |