<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z0000AIb5FTCQZOkta Classic EngineOkta Integration NetworkAnswered2026-01-08T09:00:42.000Z2024-12-05T08:05:40.000Z2024-12-31T16:48:17.000Z

ruf7x (ruf7x) asked a question.

Question about SCIM User Deactivation

Okta SCIM only supports user deactivation, which sends a PATCH request that sets the active attribute to false. Users can be reactivated again, so this operation is reversible. Okta SCIM does not send a DELETE request via SCIM, which should completely delete the user in the target app.

https://developer.okta.com/docs/api/openapi/okta-scim/guides/scim-20/*delete-users

 

My application only supports hard deletion. That means the user is removed from the database completely. The concept of a user being active or not does not exist in my application.

 

Can I hard delete the user in my app when the user is deactivated in Okta? Or will this cause any synchronization issues?

 

 


This question is closed.
Loading
Question about SCIM User Deactivation