Partial User profile update, when other attributes are required

Hello!

I have been playing with custom fields today. I created two custom fields, one of them being a required field. I then used a POST call to try to update just the non required one.
Contrary to what I thought would happen, I received a response saying that the required field was missing, meaning I could not perform selective partial updates if the update itself does not contain all the missing user’s profile required fields.

The question is: Is there a way of updating a single field if the user profile is missing some other required attributes?

Thank you! :slight_smile:

No, if the user profile is missing a required attribute, you will need to supply a value for it when you create or update a user.

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