getEventsByUserId

abstract suspend fun getEventsByUserId(userId: String): List<AuditEventEntity>

Get all events for a specific user.

Since

0.5.0