In this post, I will show you how to set the current user's profile properties using the JavaScript Client Object Model (JSOM). Please refer to the 2 posts I have mentioned for any additional details around this.
Right now this functionality is only available in SharePoint Online/Office 365. If you want this functionality to come to SharePoint 2013 On-Premises, please create or up-vote on the feedback here: https://officespdev.uservoice.com/
Right now this functionality is only available in SharePoint Online/Office 365. If you want this functionality to come to SharePoint 2013 On-Premises, please create or up-vote on the feedback here: https://officespdev.uservoice.com/
thanks for posting this
ReplyDeleteThank you.. was helpfull :)
ReplyDeleteI am trying to reorder user profile properties in office 365 like moving property from one section to another section but unfortunately i have to do the same using move up and down button which is troublesome because after 2 - 3 attempts all moved properties come back to original position, please let me know if there is any mechanism other than move up and down button to change section of properties.
ReplyDeleteHi Sarang, Unfortunately I think the only way to reorder the properties in SPO is to do it manually.
ReplyDeleteThanks for the post. Good article.
ReplyDeleteIs there a way to update user profile properties through JavaScript in SharePoint 2013 On-Premises
Appreciate your help!
s there a way to update user profile properties through JavaScript/RestAPI or CSOM in SharePoint 2013 On-Premises
ReplyDeleteHi Sujit,
ReplyDeleteFor SharePoint 2013, you can either use the UserProfileService.asmx or SPServices from JavaScript.
Hi Vardhaman,
ReplyDeleteI have updated the user information from scheduler & scheduler is on another server. We have migrated ADFS user in share point so network credential is not work in UserProfileService.asmx.