IDCS - REST API - Unable To Filter User Search Based On Organization Attribute
(Doc ID 2487406.1)
Last updated on APRIL 07, 2019
Applies to:
Identity Cloud Service (IDCS) - Version N/A to N/AInformation in this document applies to any platform.
Symptoms
You're trying to filter a search using the "organization" base IDCS user attribute.
GET {{HOST}}/admin/v1/Users?filter=organization+eq+"test"
But this fails with the following error:
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error",
"urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"
],
"detail": "organization is an unknown attribute.",
"status": "400",
"urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error": {
"messageId": "error.common.validation.unknownAttribute"
}
}
Changes
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 |
Changes |
Cause |
Solution |
References |