SCIM Patch user from C#

Hi everyone,

I'm trying to update a bunch of users from API because they are specific and not on Azure.
But i can't make a code to PATCH users.
Even from developer-tools using the API I can't find how to develop ?
My main issue is that i do not understand how to field the Value JsonNode.
Every field if 'boolean' ! where does i set the Value ?

Have you some example to provide ?
Thank you.

For PATCH /api/v2/scim/v2/users/{userId}, I believe the operation's value should be the user object you're trying to replace. That value is the body you would send when creating a user.

THank you for your help.
So it is the PUT to replace the user, and not the PATCH ...
It is not clear !

Thanks.