pub async fn create_audit_log_with_id(
    configuration: &Configuration,
    audit_log_request: Option<AuditLogRequest>
) -> Result<AuditLogResponse, Error<CreateAuditLogWithIdError>>
Expand description

Creates an audit log with the message and user name (usually an email). Audit logs should be written anytime you make changes to the FusionAuth database. When using the FusionAuth App web interface, any changes are automatically written to the audit log. However, if you are accessing the API, you must write the audit logs yourself.