Hi Team,
There are situations that we use update user rest API, to update just one element of user
(eg: enabled : false etc.) .
This requires a pre fetched user object from the GET user call, other wise rest of the
user information tend to be truncated after the update call.
Is there a possibility to update only specific elements of the user instead of sending
whole the user object (objective is to avoid the GET call right before the update call
and avoid possible tendency of data truncations )? Your kind reply is highly appreciated.
Best regards,
Chamantha