ibm_bluepages
v1.2.1
Published
Function List: 1. getNameByIntranetID(intranetID, callback) Description: To Get the name by the intranet ID. The parameter is intranetID(e.g: [email protected])
Downloads
16
Readme
Nodejs Customize Module �ibm_bluepages�.
The Module help developer working on an internal application based on Nodejs runtime we were looking for IBM authentication.
Table of Contents
Installation
npm
npm install ibm_bluepages
yarn
yarn add ibm_bluepages
Usage
var bluepage = require("ibm_bluepages");
bluepage.getPersonInfoByIntranetIDUseProfile("your id", function(value) {
console.log("nameDisplay==================" + value["nameDisplay"]);
console.log("mail==================" + value["mail"]);
console.log("role==================" + value["role"]);
console.log("uid==================" + value["uid"]);
console.log("timezonecode==================" + value["timeZoneCode"]);
console.log("address_country==================" + value["address_country"]);
});
Questions
If you are having difficulties using the Module or you have a question about the IBM Watson Services, please ask a question by mail, very happy you used the module.
License
This library is licensed under IBM Public License v1.0. Full license text is available in LICENSE.