How to use SAFE’s Audit APIs
"size": 1, "page": 1, "pagelen": 10, "previous": null, "next": "https://example-domain.safeone.ai/api/v3/users?page=2&pagelen=100", "values": [ { "peopleId": 1, "emailId": "john.doe@domain.com", "firstName": "John", "lastName": "Doe", "uuid": "12345678-1234-1234-1234-123456789012", "updatedAt": "2022-01-13T05:03:50.428Z", "lastLoginTime": "2022-01-13T05:03:50.428Z", "role": "Admin", "authenticationType": "Native" } ] } No links 401 UNAUTHORIZED Media type application/json Example Value Schema { "status": "error", "message": "invalid authorization header!" } No links 403 FORBIDDEN Media type application/json Example Value Schema { "Message": "User is not authorized to access this resource with an explicit deny" } No links POST /api/v3/reports: This API helps SAFE users to trigger reports. We can use the same API to trigger Audit Logs export. It will return a UUID which needs to be used in the next API. Parameters Name Description NA NA Example Request: The following example shows how