AI-generated Key Takeaways
- 
          The Person resource aggregates information about individuals from various sources, including contacts and profile data. 
- 
          Most fields in the Person resource can contain multiple entries, with one designated as primary using the metadata.primaryflag.
- 
          A comprehensive JSON representation is provided, detailing the structure and data types of the Person resource. 
- 
          The Person resource offers various fields such as addresses, age ranges, biographies, and contact information like email addresses and phone numbers. 
- 
          Methods are available for interactions with the Person resource, such as listing the authenticated user's contacts. 
Resource: Person
Information about a person merged from various data sources such as the authenticated user's contacts and profile data.
Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with metadata.primary set to true.
| JSON representation | 
|---|
| { "resourceName": string, "etag": string, "metadata": { object ( | 
| Fields | |
|---|---|
| resourceName | 
 The resource name for the person, assigned by the server. An ASCII string in the form of  | 
| etag | 
 The HTTP entity tag of the resource. Used for web cache validation. | 
| metadata | 
 Output only. Metadata about the person. | 
| addresses[] | 
 The person's street addresses. | 
| ageRange | 
 Output only. DEPRECATED (Please use  The person's age range. | 
| ageRanges[] | 
 Output only. The person's age ranges. | 
| biographies[] | 
 The person's biographies. This field is a singleton for contact sources. | 
| birthdays[] | 
 The person's birthdays. This field is a singleton for contact sources. | 
| braggingRights[] | 
 DEPRECATED: No data will be returned The person's bragging rights. | 
| calendarUrls[] | 
 The person's calendar URLs. | 
| clientData[] | 
 The person's client data. | 
| coverPhotos[] | 
 Output only. The person's cover photos. | 
| emailAddresses[] | 
 The person's email addresses. For  | 
| events[] | 
 The person's events. | 
| externalIds[] | 
 The person's external IDs. | 
| fileAses[] | 
 The person's file-ases. | 
| genders[] | 
 The person's genders. This field is a singleton for contact sources. | 
| imClients[] | 
 The person's instant messaging clients. | 
| interests[] | 
 The person's interests. | 
| locales[] | 
 The person's locale preferences. | 
| locations[] | 
 The person's locations. | 
| memberships[] | 
 The person's group memberships. | 
| miscKeywords[] | 
 The person's miscellaneous keywords. | 
| names[] | 
 The person's names. This field is a singleton for contact sources. | 
| nicknames[] | 
 The person's nicknames. | 
| occupations[] | 
 The person's occupations. | 
| organizations[] | 
 The person's past or current organizations. | 
| phoneNumbers[] | 
 The person's phone numbers. For  | 
| photos[] | 
 Output only. The person's photos. | 
| relations[] | 
 The person's relations. | 
| relationshipInterests[] | 
 Output only. DEPRECATED: No data will be returned The person's relationship interests. | 
| relationshipStatuses[] | 
 Output only. DEPRECATED: No data will be returned The person's relationship statuses. | 
| residences[] | 
 DEPRECATED: (Please use  | 
| sipAddresses[] | 
 The person's SIP addresses. | 
| skills[] | 
 The person's skills. | 
| taglines[] | 
 Output only. DEPRECATED: No data will be returned The person's taglines. | 
| urls[] | 
 The person's associated URLs. | 
| userDefined[] | 
 The person's user defined data. | 
| Methods | |
|---|---|
| 
 | Provides a list of the authenticated user's contacts. |