Page 1 of 1

Get user profile properties

Posted: 06 Aug 2014
by Regis Baccaro
Hi,

first of all thanks for a great product.

I want to display some user profile properties in my custom SharePoint list. I've found out how to display the title, email and even groups but I wasn't successful in displaying the Department, manager and other props that are not part of the SP.User class.

Do you have any suggestions ?

Thanks in advance

Régis

Re: Get user profile properties

Posted: 07 Aug 2014
by Dmitry Kozlov
Hello Régis,

Thanks a lot for your positive feedback.

You can retrieve the profile properties by the user login via JavaScript. You can find a lot of samples in the following article:

http://msdn.microsoft.com/en-us/library ... e.15).aspx

Our support team can help you with this task. It will take about 100 support minutes

Re: Get user profile properties

Posted: 03 Jun 2016
by JacobHolmLaursen
Interesting question. I am trying to do the same.

@Regis: Did you find a way to do it?