<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Team,<br><br>There are situations that we use <i>update user</i> rest API, to update just one element of user (eg:&nbsp; enabled : false etc.)&nbsp; . <br>This requires a pre fetched user object from the <i>GET user</i> call, other wise rest of the user information tend to be truncated after the update call. <br><br>Is there a possibility to update only specific elements of the user instead of sending whole the user object (objective is to avoid the&nbsp; GET call right before the update call and avoid possible tendency of data truncations )? Your kind reply is highly appreciated.<br><br>Best regards,<br>Chamantha<br>                                               </div></body>
</html>