[[["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-08-20 UTC."],[[["The `UserTeamAssociation` object links a User with a Team, granting the user access to entities within that team."],["It inherits properties from `UserRecordTeamAssociation`, including `teamId`, `overriddenTeamAccessType`, and `defaultTeamAccessType`."],["`UserTeamAssociation` includes a `userId` field, referencing the ID of the associated user."],["Team access types, which dictate user permissions within a team, can be `NONE`, `READ_ONLY`, or `READ_WRITE`."],["The API provides methods for creating (`createUserTeamAssociations`) and updating (`updateUserTeamAssociations`) these associations."]]],["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`, a type of `UserTeamAssociation`, includes `teamId` and allows overriding team access via `overriddenTeamAccessType`, with options: `NONE`, `READ_ONLY`, and `READ_WRITE`. `defaultTeamAccessType` is populated by Google. Each association also contains the `userId`.\n"]]