Legacy Dev Forum Posts

 View Only

Sign Up

  • 1.  SCIM Patch user from C#

    Posted 06-05-2025 18:50

    matt22 | 2021-05-10 15:05:50 UTC | #1

    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.


    tim.smith | 2021-05-11 22:26:14 UTC | #2

    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.


    matt22 | 2021-05-17 07:26:41 UTC | #3

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

    Thanks.


    This post was migrated from the old Developer Forum.

    ref: 10862