AI-generated Key Takeaways
-
The
User
object, derived fromUserRecord
, represents a user within the system and is managed by theUserService
. -
Each
User
is uniquely identified by an ID assigned by Google and has attributes such as name, email, and associated role. -
Users must have a Google Account to be created within the system and their role is determined by a specific role ID.
The UserRecord
represents the base class from which a User
is derived.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
|
The unique ID of the |
|
The name of the |
|
The email or login of the |
|
The unique role ID of the |
|
The name of the role assigned to the |