PERMISSION_DENIED, अगर अनुरोध करने वाले उपयोगकर्ता को इस उपयोगकर्ता प्रोफ़ाइल को ऐक्सेस करने की अनुमति नहीं है, अगर अनुरोध किए गए आईडी के साथ कोई प्रोफ़ाइल मौजूद नहीं है या ऐक्सेस की गड़बड़ियों के लिए ऐसा किया जा सकता है.
एचटीटीपी अनुरोध
GET https://classroom.googleapis.com/v1/userProfiles/{userId}
[[["समझने में आसान है","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"]],["आखिरी बार 2024-09-04 (UTC) को अपडेट किया गया."],[[["This endpoint retrieves a user profile based on the provided user ID."],["The user ID can be a numeric identifier, email address, or \"me\" to indicate the requesting user."],["An empty request body is required, and a successful response returns a UserProfile object."],["Authorization is necessary and requires specific OAuth scopes related to rosters, emails, or photos."],["Potential errors include \"PERMISSION_DENIED\" if access is not granted or the profile doesn't exist."]]],[]]