How to get tournaments that owner joined

In tournament section of docs says ’ This function can also be used to see the tournaments that an owner (usually a user) has joined.’. How should i get just the joined tournaments for user?

That function documentation is outdated, the function can’t filter that way at the moment. The best way right now is to track in a storage object which tournaments the user has joined, possibly using an after hook on the tournament join operation.

Thanks for pointing this out, we’ll update the docs!