I am currently working with a SCIM 2.0 connector. The target app uses /Users for user management (create/modify accounts) and /Groups for group management (adding users to groups).
I verified the target does not use any extended schema — it uses the out-of-the-box SCIM schema. When provisioning from SailPoint, the account is created but the group is not added; the logs show a failure with the following error:
what might be the issue , even the account is creating in the target , its sending success message in logs
as below and after its failing with error
“timestamp” : “2026-05-08 16.52.20 UTC”, “success” : true, “user” : { “schemas” : [ “urn:ietf:params:scim:schemas:core:2.0:User” ], “id” :
below is error after above message
May 07 20:27:59 mockproject.sailpoint.sp server[62067]: 2026-05-07T20:27:59,361 WARN http-nio-8080-exec-1 openconnector.connector.scim2.SCIM2Context:260 - ResourceTypeId is null, disableStrictParsing flag is falseMay 07 20:27:59 mockproject.sailpoint.sp server[62067]: 2026-05-07T20:27:59,363 DEBUG http-nio-8080-exec-1 openconnector.connector.scim2.SCIM2Connector:2620 - Checking for retry with error message Resource doesn’t exist retry flag trueMay 07 20:27:59 mockproject.sailpoint.sp server[62067]: 2026-05-07T20:27:59,363 ERROR http-nio-8080-exec-1 openconnector.connector.scim2.SCIM2Connector:772 - Error while creating account :May 07 20:27:59 mockproject.sailpoint.sp server[62067]: openconnector.ConnectorException: Resource doesn’t exist


