AI-generated Key Takeaways
-
A Team defines a grouping of users and what entities they have access to.
-
Teams are created by TeamService and can be updated using the updateTeams() function.
-
The Team object has fields for id, name, description, status, hasAllCompanies, hasAllInventory, and teamAccessType.
-
Users are added to teams with UserTeamAssociation objects.
-
The Team status can be either ACTIVE or INACTIVE, determining its visibility in the UI.
A Team defines a grouping of users and what entities they have access to. Users are added
to teams with UserTeamAssociation objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
Field |
|
|---|---|
|
The unique ID of the |
|
The name of the |
|
The description of the |
|
The status of the Team. This value can be TeamStatus.ACTIVE (default) or TeamStatus.INACTIVE and determines the visibility of the team in the UI. Enumerations
|
|
Whether or not users on this team have access to all companies. If this value is true, then an error will be thrown if an attempt is made to associate this team with a Company. |
|
Whether or not users on this team have access to all inventory. If this value is true, then an error will be thrown if an attempt is made to associate this team with an AdUnit. |
|
The default access to orders, for users on this team. Enumerations
|