teams

@SerialName(value = "teams")
val teams: List<Team>

The list of teams the user belongs to.

This field is populated when the user data includes team memberships, such as in responses from GET /api/users/:userId/teams.