[[["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 2024-02-13 UTC."],[[["`UserTeamAssociation` links a User with a Team, granting the user access to the team's entities."],["It includes fields for team ID, overridden and default team access types, and user ID."],["Team access types control user permissions for viewing and editing a team's orders (None, Read-Only, Read-Write)."],["The `UserTeamAssociationService` allows for creating and updating these associations."]]],["The `UserTeamAssociation` links a `User` to a `Team`, granting the user access to the team's entities. Key actions involve creating and updating `UserTeamAssociations` via the `UserTeamAssociationService`. A `UserRecordTeamAssociation` includes `teamId`, `overriddenTeamAccessType` (NONE, READ_ONLY, READ_WRITE), and `defaultTeamAccessType`. `userId` within `UserTeamAssociation` specifies the associated user. This association is managed within the `https://www.google.com/apis/ads/publisher/v202402` namespace.\n"]]