I am using Okta C # sdk for development. I created some custom user profile attributes in Okta. I can create a user and save the values ββin user attributes. But, as I understand it, when you update your profile data, you need to provide all the details again. If you specify the value of certain attributes, then the other attributes are set to null. So, how can I update only one or two attributes so that others do not change.
source
share