AI-generated Key Takeaways
- 
          UserRecord is the base class for a User. 
- 
          The User object has fields such as id, name, email, roleId, and roleName. 
- 
          The User's ID and roleName are read-only, while email requires a Google Account for new users. 
- 
          The email serves as the login and the name has a maximum length of 128 characters. 
The UserRecord represents the base class from which a User is derived.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202505
| 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  |