It gives me the list of all users when I run this url "api/web/v1/users" using get method in Yii2 in its default rest setup.
I have a column is_active in the users table, so I only want the list of all active users "where is_active=1", my question is that how I can pass my custom conditions to get rest data?