Skip to content
enygma edited this page Jan 5, 2013 · 1 revision

The Administration logs show the latest actions by the Administrators on the account. It returns an array of administrator log events. Only the 1000 earliest events will be returned.

To use it, just create the object and call find:

<?php
$log = new \DuoAuth\Logs\Administrator();
$results = $log->find();
?>

You can find more information on what's returned in the API documentation.

Clone this wiki locally