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.
isAuthenticatedUser
boolean
Nur Ausgabe. Gibt an, ob dieser Nutzer mit dem authentifizierten Nutzer identisch ist, für den die Anfrage gestellt wurde.
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.
picture
object
Nur Ausgabe. Das Profilbild des Nutzers.
picture.url
string
Nur Ausgabe. Eine URL, die auf ein Profilbild dieses Nutzers verweist.
[[["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-24 (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, \"isAuthenticatedUser\": boolean, \"permissionId\": string, \"emailAddress\": string, \"picture\": { \"url\": 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| `isAuthenticatedUser` | `boolean` Output only. Whether this user is the same as the authenticated user for whom the request was made. |\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| `picture` | `object` Output only. The user's profile picture. |\n| `picture.url` | `string` Output only. A URL that points to a profile picture of this user. |"]]