शुरुआती जानकारी
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
लोगों API से आप ये काम कर सकते हैं:
- पुष्टि किए गए उपयोगकर्ता के संपर्क पढ़ें और मैनेज करें
- पुष्टि किए गए उपयोगकर्ता के "अन्य संपर्क" को पढ़ें और कॉपी करें
- पुष्टि किए गए उपयोगकर्ताओं और उनके संपर्कों की प्रोफ़ाइल की जानकारी पढ़ें
- डोमेन प्रोफ़ाइल और संपर्क पढ़ें
उदाहरण के लिए, मान लीजिए कि पुष्टि किए गए उपयोगकर्ता जेन के निजी संपर्कों में फ़ैबियन और रंजीत हैं. जब आपका ऐप्लिकेशन
people.connections.list
को अपने कनेक्शन की सूची पढ़ने के लिए कॉल करता है, तो जेन को सहमति वाली स्क्रीन दिखती है. इसमें, ऐप्लिकेशन से सूची का ऐक्सेस मांगा जाता है. अगर जेन की सहमति मिलती है, तो ऐप्लिकेशन एक सूची पढ़ता है, जिसमें
फ़ैबियन और रंजीत के लिए person resources
होता है.
अगर ऐप्लिकेशन को किसी खास व्यक्ति की जानकारी की ज़रूरत है, तो वह
people.get
को कॉल कर सकता है और संसाधन का नाम पास करके,
उस व्यक्ति के लिए person resource
पा सकता है.
यह ऐप्लिकेशन people.createContact
का इस्तेमाल करके नए संपर्क बनाकर भी संपर्कों को मैनेज कर सकता है.
people.connections.list
ने जिन मौजूदा संपर्कों को पढ़ा है उन्हें
people.updateContact
का इस्तेमाल करके अपडेट किया जा सकता है और people.deleteContact
का इस्तेमाल करके
संपर्कों को मिटाया जा सकता है.
Google Workspace के उपयोगकर्ता,
people.listDirectoryPeople
का इस्तेमाल करके अपनी डायरेक्ट्री के डोमेन प्रोफ़ाइलों और
डोमेन संपर्कों की सूची बना सकते हैं या
people.searchDirectoryPeople
का इस्तेमाल करके
उन्हें खोज सकते हैं.
लोगों की जिस जानकारी को लोगों का एपीआई पढ़ता है उसे अलग-अलग सोर्स से मर्ज कर दिया जाता है. यह इन स्थितियों के आधार पर तय होता है:
मर्ज किए गए व्यक्ति के डेटा को समझना
किसी व्यक्ति का डेटा मुख्य सोर्स टाइप से लिया जाता है. अगर सोर्स, पुष्टि किए गए ईमेल पतों, फ़ोन नंबर या प्रोफ़ाइल यूआरएल से कनेक्ट किए जाते हैं, तो अन्य सोर्स के डेटा को इस डेटा के साथ मर्ज कर दिया जाता है. किसी व्यक्ति के बारे में इस तरह से लिखा जा सकता है:
सिर्फ़ संपर्क आधारित लोगों के लिए, म्यूटेशन एंडपॉइंट की मदद से बदलाव किया जा सकता है. प्रोफ़ाइल और डोमेन
संपर्क में बदलाव करने की सुविधा काम नहीं करती.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe People API allows reading and managing the authenticated user's contacts, including private contacts and "Other contacts".\u003c/p\u003e\n"],["\u003cp\u003eUsers can access profile information for authenticated users and their contacts, including public Google profile data and, when permitted, Google Workspace domain profile data.\u003c/p\u003e\n"],["\u003cp\u003eThe API facilitates managing contacts by creating, updating, and deleting contacts through specific endpoints.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Workspace users can utilize the API to list and search domain profiles and domain contacts.\u003c/p\u003e\n"],["\u003cp\u003eThe People API merges data from various sources like public profiles, private profiles, contacts, and domain information based on verified email addresses, phone numbers, or profile URLs.\u003c/p\u003e\n"]]],["The People API enables reading and managing authenticated user contacts, \"Other contacts,\" and profile information, including domain profiles. Apps can list connections via `people.connections.list`, retrieve specific person data using `people.get`, create contacts with `people.createContact`, update contacts with `people.updateContact`, and delete contacts via `people.deleteContact`. Google Workspace users can access domain contacts using `people.listDirectoryPeople` or `people.searchDirectoryPeople`. The data is merged from sources like public profiles, domain data, and private information, depending on user consent and scopes granted.\n"],null,["# Introduction\n\nThe People API lets you:\n\n- Read and manage the authenticated user's [Contacts](https://contacts.google.com)\n- Read and copy the authenticated user's [\"Other contacts\"](https://contacts.google.com/other)\n- Read profile information for authenticated users and their contacts\n- Read domain profiles and contacts\n\nFor example, suppose that the authenticated user, Jen, has Fabian and Ranjith in\nher private contacts. When your app calls\n[`people.connections.list`](/people/api/rest/v1/people.connections/list) to read a\nlist of her connections, Jen is presented with a consent screen asking to give\nthe app access to the list. If Jen consents, the app reads a list containing\n[`person resources`](/people/api/rest/v1/people) for Fabian and Ranjith.\n\nIf the app needs information for a specific person, it can then call\n[`people.get`](/people/api/rest/v1/people/get), passing in a resource name, to get\nthe [`person resource`](/people/api/rest/v1/people) for that person.\n\nThe app can also manage contacts by creating new contacts using\n[`people.createContact`](/people/api/rest/v1/people/createContact), update existing\ncontacts it has read from\n[`people.connections.list`](/people/api/rest/v1/people.connections/list) using\n[`people.updateContact`](/people/api/rest/v1/people/updateContact), and delete contacts\nusing [`people.deleteContact`](/people/api/rest/v1/people/deleteContact).\n\nGoogle Workspace users can also list their directory domain profiles and domain\ncontacts using\n[`people.listDirectoryPeople`](/people/api/rest/v1/people/listDirectoryPeople) or search\nthem using\n[`people.searchDirectoryPeople`](/people/api/rest/v1/people/searchDirectoryPeople).\n\nA merged view of people information\n-----------------------------------\n\nThe people information that the People API reads is merged from various\nsources, depending on the following conditions:\n\n| Source | Condition |\n|------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Public Google profile data | Always. |\n| Google Workspace domain profile data | The domain admin has [enabled external contact and profile sharing](https://support.google.com/a/answer/6343701) of domain-scoped data and the [`directory.readonly` scope](/people/v1/how-tos/authorizing#directory) has been granted |\n| The authenticated user's private profile information | One of the [`profile` scopes](/people/v1/how-tos/authorizing#OAuth2Authorizing) has been granted. |\n| The authenticated user's contacts | The [`contacts` scope](/people/v1/how-tos/authorizing#contacts) has been granted. |\n\nUnderstanding Merged Person Data\n--------------------------------\n\nThe data for a person is derived from one main source type. Data from other\nsources is merged with this data if the sources are connected through verified\nemail addresses, phone numbers, or profile URLs. These are the ways a person may\nbe composed:\n\n| Main Source | Contacts | Profiles | Google Workspace Domain Profiles | Google Workspace Domain Contacts | Usage |\n|----------------|----------|----------|----------------------------------|----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Contact | 1 | 0+ | 0+ | 0+ | Returned for most endpoints |\n| Profile | 0+ | 1 | 0 or 1 | 0 | Returned in [`people.get`](/people/api/rest/v1/people/get) when it is used to get the person [for the signed-in user](/people/v1/profiles#get_the_person_for_the_authenticated_user) or get a person for [another user's Google Account](/people/v1/read-people#get_the_person_for_a_google_account_id). |\n| Domain Contact | 0+ | 0 | 0 | 1 | Returned in [`people.listDirectoryPeople`](/people/api/rest/v1/people/listDirectoryPeople) or [`people.searchDirectoryPeople`](/people/api/rest/v1/people/searchDirectoryPeople). |\n\nOnly contact based people can be modified by mutation endpoints. Profile and\ndomain contact mutations are not supported."]]