I’m in need here in the company of two web parts to query profile service. One is a list of the employee birthday of the day and the other is search for employee phone extension. The Birthday webpart will list the employee with birthday of the present day and also they will do a specific birthday date search. The phone extension will be a textbox autocomplete search for a employee phone extension (and other info too), so thats why i need to do a search in the profile services.
My idea was to use the client objects of 2013 version (CSOM) but have not found a method to list of users but only recovering a particular user (when you already provides the user login). Then I thought about building a WCF from scratch (even to put in cache these employee informations and optimize the performance) but was afraid to build something that already exists.
What do you guys think?
Thanks in advance.
Dan
not wanting to abuse but enjoying the theme, I developed a web part that uses REST with javascript (everything works on the client, because it did not use apps not yet configured here) to SEARCH extensions and everything worked perfectly when the administrator Report this profile is, when I’m authenticated as the visitor jquery ajax (I’m using jquery autocomplete) does not work! Can you imagine what it might be? Have you seen something like that? Any input will be great. thanks again.