[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 UTC."],[[["The `User` object, derived from `UserRecord`, represents a user within the system and is managed by the `UserService`."],["Each `User` is uniquely identified by an ID assigned by Google and has attributes such as name, email, and associated role."],["A `User` must be linked to a pre-existing Google Account via the provided email address during creation."],["`User` roles are identified by unique IDs, with Google-created roles having negative IDs, and the assigned role name is read-only."]]],["`UserRecord` is the base class for `User`. Key `User` attributes include `id` (unique, assigned by Google), `name` (up to 128 characters), `email` (Google Account required for new users), `roleId` (unique, Google-created roles have negative IDs), and `roleName` (read-only). The information pertains to a service named `UserService` within the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"]]