The API call made to Github for fetching the teams a user is a member of (/user/teams) is by default limited to 30. This can be a problem in a big organization where users a member of a large amount of teams. To retrieve the complete list of teams the plugin should implement traversing with pagination: https://developer.github.com/v3/guides/traversing-with-pagination/