Stay organized with collections
Save and categorize content based on your preferences.
User
Information about an end user.
JSON representation
{// Union field type can be only one of the following:"knownUser": {object (KnownUser)},"deletedUser": {object (DeletedUser)},"unknownUser": {object (UnknownUser)}// End of list of possible types for union field type.}
Fields
Union field
type. The type of user, such as known, unknown, and deleted.
type
can be only one of the following:
The identifier for this user that can be used with the People API to get more information. The format is
people/ACCOUNT_ID. See
https://developers.google.com/people/.
[[["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-09-04 UTC."],[[["The `User` object provides information about an end user involved in a Drive activity."],["Users can be categorized as `knownUser`, `deletedUser`, or `unknownUser` based on their account status and available information."],["`knownUser` includes details like `personName` (People API identifier) and `isCurrentUser` (flag indicating if the user is making the request)."],["`deletedUser` and `unknownUser` types do not contain any fields and represent users whose accounts are deleted or unknown, respectively."]]],[]]