IDCS: Custom Attributes - Field Unknown Error
(Doc ID 2846626.1)
Last updated on FEBRUARY 05, 2022
Applies to:
Identity Cloud Service (IDCS) - Version N/A and laterInformation in this document applies to any platform.
Goal
We have two custom attributes and every time we try to update them using the PATCH, we get back an error saying that the field is unknown.
Error payload:
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error",
"urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"
],
"detail": "ATTRIBUTE is an unknown attribute.",
"status": "400",
"urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error": {
"messageId": "error.common.validation.unknownAttribute"
}
}
And this is the payload that we are sending:
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
],
"Operations": [
{
"op": "replace",
"path": "ATTRIBUTE",
"value": [
{
"value": "1234564545"
}
]
}
]
}
Solution
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
Goal |
Solution |