harpreet86 commented on issue #946: URL: https://github.com/apache/directory-scimple/issues/946#issuecomment-3466105931
Hi @bdemers , for the exact one I need to dive into scim2-tester because it runs all tests just using one command after installation. Reference for scim2-tester: https://scim2-tester.readthedocs.io/en/latest/ But for your reference, the payload looks like: ` [ { "op": "replace", "path": "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:costCenter", "value": "36f2ae8d-8d1f-4bd7-a90d-477aa47084d0" } ] ` or ` [ { "op": "replace", "path": "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User", "value": { "employeeNumber": "123", "costCenter": "Finance", "organization": "ABC", "division": "Manufacturing", "department": "Engineering", "manager": { "$ref": "M1", "value": "Manager User", "displayName": "Test Manager" } } } ] ` Also, can you please suggest by when we can expect this to be enhanced/fixed as we need to plan our releases accordingly? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
