Okta scim operation replace

hi,
what does it mean the i am getting this body request from okta:
i am getting in under put group/:groupud
{“schemas”:[“urn:ietf:params:scim:api:messages:2.0:PatchOp”],“Operations”:[{“op”:“replace”,“value”:{“id”:“1726”,“displayName”:“scim3”}}]}
?

Hi @asafga

When a group operation occurs, Okta will also send a second request to /Groups/:GroupId in order to update the group’s name inside the SCIM server. This is done by design as mentioned here.

thank you.
Now i understand and its working

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.