Symptom
Call Identity Directory Service API (https://api.sap.com/api/IdDS_SCIM/path/patchUser) to update passwordDetails in IAS. It throws an error.
patchbody:
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
],
"Operations": [
{
"op": "replace",
"path": "passwordDetails",
"value": {
"status" : "enabled"
}
}
]
}
error:
{ "status" : "400", "scimType" : "invalidPath", "schemas" : [ "urn:ietf:params:scim:api:messages:2.0:Error" ], "detail" : "Attribute with name 'urn:ietf:params:scim:schemas:core:2.0:User:passwordDetails' does not exist" }
Read more...
Environment
Identity Authentication
Product
Keywords
passwordDetails, Identity Directory Service API, Identity Authentication, IAS , KBA , BC-IAM-IDS , Identity Authentication Service , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.