PHP code example of uicosss / aits_person_lookup_confidential
1. Go to this page and download the library: Download uicosss/aits_person_lookup_confidential library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
uicosss / aits_person_lookup_confidential example snippets
composer nce 'vendor/autoload.php';
$lookupKey = 'sparky'; // NetID or UIN
$personApi->findPerson($lookupKey); // Conduct the person lookup
echo $personApi->getResponse(true); // See raw JSON response
$json = $personApi->getResponse(); // Get decoded JSON array