Tylko dane wyjściowe. Nazwa użytkownika w formie zwykłego tekstu, która może być wyświetlana.
kind
string
Tylko dane wyjściowe. Określa rodzaj danego zasobu. Wartość: ustalony ciąg znaków drive#user.
me
boolean
Tylko dane wyjściowe. Określa, czy ten użytkownik jest użytkownikiem wysyłającym żądanie.
permissionId
string
Tylko dane wyjściowe. Identyfikator użytkownika widoczny w zasobach uprawnień.
emailAddress
string
Tylko dane wyjściowe. Adres e-mail użytkownika. Może nie być widoczny w niektórych kontekstach, jeśli użytkownik nie udostępnił swojego adresu e-mail osobie przesyłającej prośbę.
photoLink
string
Tylko dane wyjściowe. link do zdjęcia profilowego użytkownika (jeśli jest dostępne);
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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. |"]]