[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eUserTeamAssociationService helps manage associations between users and teams in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eUserTeamAssociationPage object represents a page of UserTeamAssociation objects, containing details like total result size, starting index, and the actual user-team association data.\u003c/p\u003e\n"],["\u003cp\u003eThis page is accessed via the getUserTeamAssociationsByStatement method and provides insights into the relationships between users and teams within the Ad Manager platform.\u003c/p\u003e\n"]]],["The `UserTeamAssociationService` uses `getUserTeamAssociationsByStatement()` to retrieve `UserTeamAssociation` objects, organized into a `UserTeamAssociationPage`. This page details the `totalResultSetSize`, `startIndex`, and the `results`, which is an array of `UserTeamAssociation` objects. The service operates within the `https://www.google.com/apis/ads/publisher/v202411` namespace and deals with collections of user-team associations.\n"],null,["# type UserTeamAssociationPage (v202411)\n\n**Service** \n**UserTeamAssociationService** **Dependencies** \n[getUserTeamAssociationsBySt...](/ad-manager/api/reference/v202411/UserTeamAssociationService#getUserTeamAssociationsByStatement \"getUserTeamAssociationsByStatement()\") \n▼\n**UserTeamAssociationPage**\n\nCaptures a page of [UserTeamAssociation](/ad-manager/api/reference/v202411/UserTeamAssociationService.UserTeamAssociation) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` The size of the total result set to which this page belongs. |\n| ### `startIndex` | ` `xsd:`int` The absolute index in the total result set on which this page begins. |\n| ### `results` | ` `[UserTeamAssociation](/ad-manager/api/reference/v202411/UserTeamAssociationService.UserTeamAssociation)`[]` The collection of user team associations contained within this page. |"]]