[[["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\u003eUserRecordTeamAssociation\u003c/code\u003e defines the relationship between a user and a team within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThis association allows for defining access levels, including read-only and read-write permissions for team orders.\u003c/p\u003e\n"],["\u003cp\u003eAccess levels can be overridden for specific users, providing flexibility in team management.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eteamId\u003c/code\u003e, \u003ccode\u003eoverriddenTeamAccessType\u003c/code\u003e, and \u003ccode\u003edefaultTeamAccessType\u003c/code\u003e to control user access and permissions.\u003c/p\u003e\n"]]],[],null,["# abstract type UserRecordTeamAssociation (v202408)\n\n**Service** \n**UserTeamAssociationService** **Inheritance** \n**UserRecordTeamAssociation** \n▼\n[UserTeamAssociation](/ad-manager/api/reference/v202408/UserTeamAssociationService.UserTeamAssociation)\n\n\n`UserRecordTeamAssociation` represents the association between a [UserRecord](/ad-manager/api/reference/v202408/UserService.UserRecord) and a\n[Team](/ad-manager/api/reference/v202408/TeamService.Team).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|--------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `teamId` | ` `xsd:`long` The [Team.id](/ad-manager/api/reference/v202408/TeamService.Team#id) of the team. |\n| ### `overriddenTeamAccessType` | ` `[TeamAccessType](/ad-manager/api/reference/v202408/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/v202408/UserTeamAssociationService.TeamAccessType)` ` The default team access type [Team.teamAccessType](/ad-manager/api/reference/v202408/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 |"]]