Nur Ausgabe. Ein Nur-Text-Anzeigename für diesen Nutzer.
kind
string
Nur Ausgabe. Kennzeichnet, welche Art von Ressource dies ist. Wert: der feste String drive#user.
me
boolean
Nur Ausgabe. Gibt an, ob dieser Nutzer der anfragende Nutzer ist.
permissionId
string
Nur Ausgabe. Die ID des Nutzers, wie sie in Berechtigungsressourcen zu sehen ist.
emailAddress
string
Nur Ausgabe. Die E-Mail-Adresse des Nutzers. Diese Informationen sind in bestimmten Kontexten möglicherweise nicht vorhanden, wenn der Nutzer seine E-Mail-Adresse für den Anfragenden nicht sichtbar gemacht hat.
photoLink
string
Nur Ausgabe. Ein Link zum Profilbild des Nutzers, falls verfügbar.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[],[],null,["# User\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nInformation about a Drive user.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"displayName\": string, \"kind\": string, \"me\": boolean, \"permissionId\": string, \"emailAddress\": string, \"photoLink\": string } ``` |\n\n| Fields ||\n|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `displayName` | `string` Output only. A plain text displayable name for this user. |\n| `kind` | `string` Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`. |\n| `me` | `boolean` Output only. Whether this user is the requesting user. |\n| `permissionId` | `string` Output only. The user's ID as visible in Permission resources. |\n| `emailAddress` | `string` Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. |\n| `photoLink` | `string` Output only. A link to the user's profile photo, if available. |"]]