AI-generated Key Takeaways
-
The
UserTeamAssociation
object links aUser
with aTeam
to manage user access to team-associated entities. -
It inherits properties from
UserRecordTeamAssociation
such asteamId
,overriddenTeamAccessType
, anddefaultTeamAccessType
. -
The
UserTeamAssociation
specifically includes auserId
field referencing the associated User's ID. -
The
UserTeamAssociationService
includes methods likecreateUserTeamAssociations()
andupdateUserTeamAssociations()
. -
Team access types can be
NONE
,READ_ONLY
, orREAD_WRITE
, determining a user's ability to view or edit a team's orders.
UserTeamAssociation
associates a User with a Team to provide the user
access to the entities that belong to the team.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
UserRecordTeamAssociation (inherited)
|
|
|
The Team.id of the team. |
|
The overridden team access type. This field is Enumerations
|
|
The default team access type Team.teamAccessType. This field is read-only and is populated by Google. Enumerations
|
UserTeamAssociation
|
|
|
Refers to the User.id. |