AI-generated Key Takeaways
-
UserRecord is the base class for a User.
-
The User object has fields for ID, name, email, role ID, and role name.
-
The ID and role name attributes of a User are readonly.
-
A Google Account is required to create a new user.
The UserRecord
represents the base class from which a User
is derived.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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 |