Patching the user object with the java client?
-
You added a patch feature for user updates in 1.12.0.
I’m using the 1.19 java library and the only available method to update a user does a put. Is there a way to achieve this, will it be added?
I suppose the workaround is getting the user and doing a copy before updating.
-
I see patchUser here:
I think that's what you want.
You can, however, always full retrieval and a
put
as a workaround. That is recommended if you are changing an array, unless you want the behavior documented here: https://github.com/FusionAuth/fusionauth-issues/issues/441