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."],[[["User information is categorized into three types: known, deleted, and unknown."],["Known users have a `personName` which is an identifier and `isCurrentUser` which denotes if the user is making the current request."],["Deleted users and unknown users have no associated fields and represent users who are deleted or unknown respectively."]]],[]]