get All User Teams

open fun getAllUserTeams(userId: String, page: Int, pageSize: Int, keywords: Set<String>): PaginatedResponse<Team>

Method to get all the user's teams

Return

the user teams as List of Team

Parameters

userId

The identifier of the owner

page

The page requested

pageSize

The size of the items to insert in the page

keywords

The keywords used to filter the query to retrieve the teams