<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
0D5KZ0000105XHS0A2Okta Classic EngineIntegrationsAnswered2025-06-30T19:26:08.000Z2025-06-23T05:09:40.000Z2025-06-30T19:26:08.000Z

ManasaA.64001 (Customer) asked a question.

SCIM User Removal from Group Not Updating via PUT in AIW App (SAML)

We are using a SCIM 2.0 integration created via Okta’s Application Integration Wizard (AIW). We noticed that when a user is removed from a group in Okta, Okta still sends a PUT request with the old user list, including the removed user.

Our SCIM server correctly updates the group and returns the updated members in the GET /Groups/{id} call, but Okta continues to send the same outdated PUT payload.

 

Example:

Below is the sample payload of Groups before and after user removal from group

  1. Before removal: "members": [ { "value": "user1" }, { "value": "user2" } ]
  2. After removal: "members": [ { "value": "user1" }, { "value": "user2" } ]

 

Okta keeps sending the same outdated PUT payload and the user is never removed.

 

Please help check why Okta is not updating the PUT payload correctly after user


This question is closed.
Loading
SCIM User Removal from Group Not Updating via PUT in AIW App (SAML)