Get user's audits
GET/api/v4/users/:user_id/audits
Get a list of audit by providing the user GUID.
Permissions
Must be logged in as the user or have the edit_other_users permission.
Request
Responses
- 200
- 400
- 401
- 403
User audits retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions