---
title: "GET /v1/people:searchContacts"
method: GET
path: "/v1/people:searchContacts"
tags: ["people"]
---

# GET /v1/people:searchContacts

`GET /v1/people:searchContacts`

Provides a list of contacts in the authenticated user's grouped contacts that matches the search query. The query matches on a contact's `names`, `nickNames`, `emailAddresses`, `phoneNumbers`, and `organizations` fields that are from the CONTACT source. **IMPORTANT**: Before searching, clients should send a warmup request with an empty query to update the cache. See https://developers.google.com/people/v1/contacts#search_the_users_contacts

## Query parameters

- `pageSize` integer
- `query` string
- `readMask` string
- `sources` string[]

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/people.md) · [All operations](https://skmtc.net/google/apis/people/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/people/revisions/92b2f44f6227/schema)
