getUserTeams

open fun getUserTeams(userId: String): HashSet<String>

Method to get the user's owned teams identifiers

Return

the identifiers of the owned user teams as HashSet of String

Parameters

userId

: the identifier of the user