get User Owned Teams

open fun getUserOwnedTeams(userId: String, page: Int, pageSize: Int): PaginatedResponse<Team>

Method to get the user's owned teams

Return

the user teams as PaginatedResponse of Team

Parameters

userId

The identifier of the owner

page

The page requested

pageSize

The size of the items to insert in the page