sp-user-profile-properties-for-all-users

0.0.1 • Public • Published

sp-user-profile-properties-for-all-users

Get SharePoint user profile properties for all users in site collection.

Installation

npm install sp-user-profile-properties-for-all-users --save

Usage

var userProfileProperties = require('sp-user-profile-properties-for-all-users');
 
var options = {
    webUrl: 'web url',
    useAppContextSite: true
};
 
userProfileProperties(options, function (userProfilePropertiesCollection) {
    // Now you have an array of user profile properties of each user
}, function (errorMessage) {
    // Error
});
 

License

MIT.

Readme

Keywords

Package Sidebar

Install

npm i sp-user-profile-properties-for-all-users

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • frederick-s