Documentation > Search > Activity Log Search Criteria > UserCriterion This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version. User Criterion¶ The UserCriterion Activity Log Criterion matches log groups that have an activity by one of the users given by their IDs. Argument¶ ids - list of user IDs Example¶ 1 2 3$query = new ActivityLog\Query([ new ActivityLog\Criterion\UserCriterion([10, 14]), ]); 📋 Copy for LLM 📄 View as Markdown