সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
প্রাথমিক ইমেল ঠিকানা দ্বারা একজন ব্যবহারকারীর সন্ধান করে। এটি শুধুমাত্র Google-পরিচালিত ব্যবহারকারীদের জন্য সমর্থিত। ইএমএম-পরিচালিত ব্যবহারকারীদের জন্য আইডির সন্ধানের প্রয়োজন নেই কারণ Users.insert কলের ফলাফলে আইডিটি ইতিমধ্যেই ফিরে এসেছে।
অনুরোধ
HTTP অনুরোধ
GET https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users
পরামিতি
পরামিতি নাম
মান
বর্ণনা
পাথ প্যারামিটার
enterpriseId
string
এন্টারপ্রাইজের আইডি।
প্রয়োজনীয় ক্যোয়ারী প্যারামিটার
email
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"]],["2024-11-13 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Looks up a Google-managed user within a specific enterprise using their primary email address."],["Requires authorization with the `https://www.googleapis.com/auth/androidenterprise` scope."],["Sends an HTTP GET request to the specified URL with enterprise ID and email as parameters."],["The response includes a list of users matching the provided email, if found within the enterprise."],["This method is not applicable for EMM-managed users as their IDs are obtained during the user creation process."]]],[]]