सिर्फ़ आउटपुट के लिए. इस उपयोगकर्ता के लिए, सादा टेक्स्ट वाला ऐसा नाम जिसे दिखाया जा सकता है.
kind
string
सिर्फ़ आउटपुट के लिए. इससे पता चलता है कि यह किस तरह का संसाधन है. वैल्यू: तय की गई स्ट्रिंग drive#user.
isAuthenticatedUser
boolean
सिर्फ़ आउटपुट के लिए. क्या यह उपयोगकर्ता वही है जिसकी पुष्टि हो चुकी है और जिसके लिए अनुरोध किया गया था.
permissionId
string
सिर्फ़ आउटपुट के लिए. अनुमति संसाधन में दिखने वाला उपयोगकर्ता का आईडी.
emailAddress
string
सिर्फ़ आउटपुट के लिए. उपयोगकर्ता का ईमेल पता. अगर उपयोगकर्ता ने अनुरोध करने वाले व्यक्ति को अपना ईमेल पता नहीं दिखाया है, तो हो सकता है कि कुछ मामलों में यह जानकारी मौजूद न हो.
picture
object
सिर्फ़ आउटपुट के लिए. उपयोगकर्ता की प्रोफ़ाइल फ़ोटो.
picture.url
string
सिर्फ़ आउटपुट के लिए. ऐसा यूआरएल जो इस उपयोगकर्ता की प्रोफ़ाइल फ़ोटो पर ले जाता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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. |"]]