Changes to the "teams" object

Hello everyone!

There has been a change in the complexity points usage for the teams object.

In the past, the complexity usage for teams was working as if each query was retrieving information from only one team.

The complexity is now based on the amount of teams that are queried. If IDs are not provided, the query will assume that there are 1000 teams, each with 1000 users being retrieved.

We suggest using the IDs of the different teams in your queries if you are running into complexity points usage issues. You can use one query to get your teams’ IDs and a second one to query for data from those teams, using the IDs as a parameter.