diff --git a/admin/v1/admin.proto b/admin/v1/admin.proto index 7a535ad0..d99603ce 100644 --- a/admin/v1/admin.proto +++ b/admin/v1/admin.proto @@ -623,8 +623,8 @@ message ExportAuditLogsRequest { // Optional. Valid values are 'ripple' and 'wavepro' for now. If empty default is 'ripple'. string product = 4; - // Optional. Must not be empty if product is 'wavepro'. Return logs for this userId only. - string waveUserId = 5; + // Optional. Must not be empty if product is 'wavepro'. Return logs for these userIds only. + repeated string waveUserIds = 5; } // for wave features settings data maping