Get Ready to Use the People API
Stay organized with collections
Save and categorize content based on your preferences.
Before you can start coding your first client application, you need to do three
things:
- Get a Google Account
- Create a project
- Set up your app
This guide walks you through those tasks, if you haven't done them already.
1. Get a Google Account
You need a Google Account in order
to create a project in the Google API Console. If you already have
an account, then you're all set. You may also want a separate Google Account for
testing purposes.
2. Create a project for your client
Before you can send requests to the People API, you need to tell Google
about your client and activate access to the API. You do this by using the Google API Console to create a project, which is a named collection of
settings and API access information, and register your application.
To get started using People API, you need to first
use
the setup tool, which guides you through creating a project in the
Google API Console, enabling the API, and creating credentials.
3. Set up your app
If you are using one of the supported languages, consider using one of the
client libraries. Before you can make requests to the
API, you must set up authorization.
Take a look at the
quick start sample code
which shows you how to fetch a list of contacts in a variety of languages.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-14 UTC."],[[["To begin coding your client application, you must first obtain a Google Account, create a project in the Google API Console, and set up your app."],["Creating a project involves informing Google about your client and activating API access using the Google API Console, where you can register your application and manage settings."],["Before making requests to the API, ensure you've set up authorization and consider utilizing client libraries if your language is supported."]]],[]]