
VitaliiH.86790 (Customer) asked a question.
Hi there! I'm trying to run user de-provisioning using SCIM. So I created an application that suits SCIM, enabled provisioning in Okta application, and enabled "Deactivate Users". But after assigning a user inside Okta app I have the error:
"Automatic provisioning of user User to app Shipwell Company.com Dev failed: Error while verifying if user email@shipwell.com exists: Property id was not found in schema"
What did I do wrong?

Hi @VitaliiH.86790 (Customer),
Thank you for posting on the Okta community page!
Based on the error message, it seems that Okta tried to find a match for this specific user on the application end and couldn't do so as the Property id is missing from the user assignment attributes.
I would recommend to make sure that this attribute is populate upon assignment and I would also verify the Application profile attributes from Profile Editor and see if this attribute has been added. If it isn't appearing in the list of the attributes, I would try to add it through the Schema because it seems that this attribute is a required one on the application end.
I hope the above information is useful!