[[["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-11-19 UTC."],[[["`UserTeamAssociation` links a User with a Team, granting the user access to the team's entities."],["It inherits from `UserRecordTeamAssociation` and includes fields for team ID, overridden and default team access types."],["`UserTeamAssociation` has an additional field, `userId`, referencing the associated User's ID."],["Team access types determine user permissions for viewing and editing a team's orders, ranging from no access to read-write access."],["This association is managed through the `UserTeamAssociationService`, which provides methods for creation and updates."]]],["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"]]