
List, search, create, update, and delete Google Contacts via the People API
Sign in to connectBatch-get multiple people by resource name in one request.
Copy an "Other contact" entry into My Contacts.
Create a new contact. Provide contact_json (full Person object) or structured name/email/phone fields.
Delete a contact by resource name.
Get a single contact or profile by People API resource name (e.g. people/c1234567890).
Get the authenticated user's own People profile (people/me).
List the authenticated user's Google Contacts (connections). Supports pagination and field masks.
List "Other contacts" (interactions not yet saved as full contacts).
Search contacts by query string (People API searchContacts).
Update an existing contact using PATCH (partial Person JSON).