User
Audit Logs
Audit Logs endpoint reference.
List
Gets a list of audit logs for a user account. Can be filtered by who made the change, on which zone, and the timeframe of the change.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
params | array | No | [] | Array containing the necessary params. |
php
$response = $client->user()->auditLogs()->list([]);

