abstract type UserRecordTeamAssociation (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Service
UserTeamAssociationService
UserRecordTeamAssociation
represents the association between a UserRecord and a
Team.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
teamId
|
xsd:long
The Team.id of the team.
|
overriddenTeamAccessType
|
TeamAccessType
The overridden team access type. This field is null if team access type is not
overridden.
Enumerations
-
NONE
- The level of access in which team members cannot view or edit a team's
orders.
-
READ_ONLY
- The level of access in which team members can only view a team's orders.
-
READ_WRITE
- The level of access in which team members can view and edit a team's
orders.
|
defaultTeamAccessType
|
TeamAccessType
The default team access type Team.teamAccessType. This field is read-only and is
populated by Google.
Enumerations
-
NONE
- The level of access in which team members cannot view or edit a team's
orders.
-
READ_ONLY
- The level of access in which team members can only view a team's orders.
-
READ_WRITE
- The level of access in which team members can view and edit a team's
orders.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eUserRecordTeamAssociation\u003c/code\u003e defines the relationship between a user and a team in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eIt includes fields for team ID, overridden team access type, and default team access type.\u003c/p\u003e\n"],["\u003cp\u003eTeam access types determine user permissions for viewing and editing team orders, ranging from no access to read-write access.\u003c/p\u003e\n"],["\u003cp\u003eDefault team access type is inherited from the team settings and is read-only.\u003c/p\u003e\n"],["\u003cp\u003eOverridden team access type can be set to modify individual user access to a specific team.\u003c/p\u003e\n"]]],["`UserRecordTeamAssociation` links a `UserRecord` to a `Team`. Key fields include `teamId`, representing the associated team's ID, and `overriddenTeamAccessType`, which defines the user's specific access level (NONE, READ_ONLY, READ_WRITE). There is also `defaultTeamAccessType` that shows the default level of access. These levels dictate whether users can view or edit a team's orders.\n"],null,["# abstract type UserRecordTeamAssociation (v202411)\n\n**Service** \n**UserTeamAssociationService** **Inheritance** \n**UserRecordTeamAssociation** \n▼\n[UserTeamAssociation](/ad-manager/api/reference/v202411/UserTeamAssociationService.UserTeamAssociation)\n\n\n`UserRecordTeamAssociation` represents the association between a [UserRecord](/ad-manager/api/reference/v202411/UserService.UserRecord) and a\n[Team](/ad-manager/api/reference/v202411/TeamService.Team).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `teamId` | ` `xsd:`long` The [Team.id](/ad-manager/api/reference/v202411/TeamService.Team#id) of the team. |\n| ### `overriddenTeamAccessType` | ` `[TeamAccessType](/ad-manager/api/reference/v202411/UserTeamAssociationService.TeamAccessType)` ` The overridden team access type. This field is `null` if team access type is not overridden. *** ** * ** *** **Enumerations** `NONE` : The level of access in which team members cannot view or edit a team's orders. `READ_ONLY` : The level of access in which team members can only view a team's orders. `READ_WRITE` : The level of access in which team members can view and edit a team's orders. \u003cbr /\u003e |\n| ### `defaultTeamAccessType` | ` `[TeamAccessType](/ad-manager/api/reference/v202411/UserTeamAssociationService.TeamAccessType)` ` The default team access type [Team.teamAccessType](/ad-manager/api/reference/v202411/TeamService.Team#teamAccessType). This field is read-only and is populated by Google. *** ** * ** *** **Enumerations** `NONE` : The level of access in which team members cannot view or edit a team's orders. `READ_ONLY` : The level of access in which team members can only view a team's orders. `READ_WRITE` : The level of access in which team members can view and edit a team's orders. \u003cbr /\u003e |"]]