Returns a paginated list of authentication audit events for the organization, such as portal logins and API key usage.
The x-total-count response header contains the total number of records matching the query.
Requires audits::read:user permission.
Security
JWTAuthorizer
- Mock serverhttps://apidocs.trustgrid.io/_mock/v2/audit/auth
- https://api.trustgrid.iohttps://api.trustgrid.io/v2/audit/auth
curl -i -X GET \
'https://apidocs.trustgrid.io/_mock/v2/audit/auth?sTime=string&eTime=string&page=1&limit=50&sort=string&q=string&ips=string&userIDs=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
Array []
Human-readable description of the authentication event
Example:"Portal login (Local Authentication)"
Response
[ { "uid": "string", "org": "string", "timestamp": "2024-10-21T17:35:26Z", "ip": "44.44.44.43", "message": "Portal login (Local Authentication)", "userId": "admin@example.com" } ]