[[["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-05-15 UTC."],[[["`UserTeamAssociation` links a User with a Team, granting the user access to entities associated with that team."],["It inherits from `UserRecordTeamAssociation` and includes fields for team ID, overridden and default team access types."],["`UserTeamAssociation` has a `userId` field referencing the associated User and inherits fields for team association management."],["Team access types (`NONE`, `READ_ONLY`, `READ_WRITE`) determine user permissions for a team's entities."],["The `UserTeamAssociationService` enables the creation and updating of user-team associations."]]],["The `UserTeamAssociation` links a `User` with a `Team`, granting the user access to the team's entities. Key actions involve creating and updating `UserTeamAssociations`. `UserRecordTeamAssociation`, which `UserTeamAssociation` inherits, includes `teamId` and specifies team access type through `overriddenTeamAccessType` or `defaultTeamAccessType`. Access can be `NONE`, `READ_ONLY`, or `READ_WRITE`. Each association contains the user's `userId`.\n"]]