Forum Discussion
Kessy Similien
Sep 25, 2016Copper Contributor
How to get a list of all users in Office365 tenant
I have a custom form inside SharePoint online. I've been asked to create a dropdown with the first name + last name of all users in my Office 365 tenant. The only way I can think to get that inf...
- Sep 25, 2016
Have you seen this example: http://paulryan.com.au/2015/unified-api-adal/?
Regards
Sep 25, 2016
Have you seen this example: http://paulryan.com.au/2015/unified-api-adal/?
Regards
Kessy Similien
Sep 25, 2016Copper Contributor
Reading through it now. I love how he says "I failed to find a simple example of how to achieve this, my search results often filled with examples of calling the APIs from server-side code or else utilising the Angular.js framework", that was exactly my experience.