In my previous posts, we saw how to Set user profile properties using JSOM & JavaScript and Set another user's profile properties with CSOM
Now, here are some code snippets I have put together to set SharePoint User Profile properties with the SharePoint REST API
Hope you find this useful!
Now, here are some code snippets I have put together to set SharePoint User Profile properties with the SharePoint REST API
- This code only works with SharePoint Online at this time.
- Can be used to set single value as well as multi value user profile properties.
- Can be used to set default (OOB) as well as custom user profile properties.