通知タイプが watching のすべてのユーザーを取得

こんにちは!

Rubyで通知タイプが「watching」のすべてのユーザーを取得するにはどうすればよいですか?

CategoryUser.where(notification_level: CategoryUser.notification_levels[:watching]).pluck(:user_id)

CategoryUser.where(notification_level: CategoryUser.notification_levels[:watching_first_post]).pluck(:user_id)