Hi,
I want to create a page that displays the members blocked by a user (the user who is logged in).
I think this is the function findBlockedListByUserIdList($userId, array $userIdList) that is in the file ow_system_plugins\base\bowl\user_service.php
but calling this function, I do not know what's the second parameters to set ($userIdList)
Can i find some help ?