[[["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\u003e\u003ccode\u003eUserTeamAssociation\u003c/code\u003e links a User with a Team, granting the user access to the team's entities.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eUserRecordTeamAssociation\u003c/code\u003e and includes fields for team ID, overridden and default team access types.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUserTeamAssociation\u003c/code\u003e has an additional field, \u003ccode\u003euserId\u003c/code\u003e, referencing the associated User's ID.\u003c/p\u003e\n"],["\u003cp\u003eTeam access types determine user permissions for viewing and editing a team's orders, ranging from no access to read-write access.\u003c/p\u003e\n"],["\u003cp\u003eThis association is managed through the \u003ccode\u003eUserTeamAssociationService\u003c/code\u003e, which provides methods for creation and updates.\u003c/p\u003e\n"]]],["The `UserTeamAssociationService` manages the association between users and teams. Key actions include creating and updating `UserTeamAssociations`. A `UserTeamAssociation` links a user to a team, granting access to team-related entities. `UserRecordTeamAssociation` specifies the `teamId`, `overriddenTeamAccessType` which defines if the access has been overriden (none, read-only, read-write), and `defaultTeamAccessType`. `UserTeamAssociation` specifies the `userId`.\n"],null,["# type UserTeamAssociation (v202411)\n\n**Service** \n**UserTeamAssociationService** **Dependencies** \n[UserTeamAssociationPage](/ad-manager/api/reference/v202411/UserTeamAssociationService.UserTeamAssociationPage) [createUserTeamAssociations()](/ad-manager/api/reference/v202411/UserTeamAssociationService#createUserTeamAssociations) [updateUserTeamAssociations()](/ad-manager/api/reference/v202411/UserTeamAssociationService#updateUserTeamAssociations) \n▼\n**UserTeamAssociation** **Inheritance** \n[UserRecordTeamAssociation](/ad-manager/api/reference/v202411/UserTeamAssociationService.UserRecordTeamAssociation) \n▼\n**UserTeamAssociation**\n\n\n`UserTeamAssociation` associates a [User](/ad-manager/api/reference/v202411/UserService.User) with a [Team](/ad-manager/api/reference/v202411/TeamService.Team) to provide the user\naccess to the entities that belong to the team.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **`UserRecordTeamAssociation` (inherited)** ||\n| ### `teamId` | ` `xsd:`long` The [Team.id](/ad-manager/api/reference/v202411/TeamService.Team#id) of the team. |\n| ### `overriddenTeamAccessType` | ` `[TeamAccessType](/ad-manager/api/reference/v202411/UserTeamAssociationService.TeamAccessType)` ` The overridden team access type. This field is `null` if team access type is not overridden. *** ** * ** *** **Enumerations** `NONE` : The level of access in which team members cannot view or edit a team's orders. `READ_ONLY` : The level of access in which team members can only view a team's orders. `READ_WRITE` : The level of access in which team members can view and edit a team's orders. \u003cbr /\u003e |\n| ### `defaultTeamAccessType` | ` `[TeamAccessType](/ad-manager/api/reference/v202411/UserTeamAssociationService.TeamAccessType)` ` The default team access type [Team.teamAccessType](/ad-manager/api/reference/v202411/TeamService.Team#teamAccessType). This field is read-only and is populated by Google. *** ** * ** *** **Enumerations** `NONE` : The level of access in which team members cannot view or edit a team's orders. `READ_ONLY` : The level of access in which team members can only view a team's orders. `READ_WRITE` : The level of access in which team members can view and edit a team's orders. \u003cbr /\u003e |\n| **`UserTeamAssociation`** ||\n| ### `userId` | ` `xsd:`long` Refers to the [User.id](/ad-manager/api/reference/v202411/UserService.User#id). |"]]