This function will pull a list of audit logs.

cja_get_audit_logs_search(body = NULL, debug = FALSE)

Arguments

body

The json string with the search functions included

debug

Set to TRUE if needed to help troubleshoot api call errors

Value

A data frame of audit logs and corresponding metadata

Examples

if (FALSE) { # \dontrun{
cja_get_audit_logs_search(body = jsonrequest)
} # }