getAuditLog

suspend fun getAuditLog(userId: String? = null, actionType: AuditLogActionType? = null, before: String? = null, limit: Int = 50): AuditLog(source)

Get the audit log.

Return

The audit log.

Throws