- Resource: Person
- JSON representation
- PersonMetadata
- Source
- SourceType
- ProfileMetadata
- ObjectType
- UserType
- Address
- FieldMetadata
- AgeRange
- AgeRangeType
- Biography
- ContentType
- Birthday
- Date
- BraggingRights
- CalendarUrl
- ClientData
- CoverPhoto
- EmailAddress
- Event
- ExternalId
- FileAs
- Gender
- ImClient
- Interest
- Locale
- Location
- Membership
- ContactGroupMembership
- DomainMembership
- MiscKeyword
- KeywordType
- Name
- Nickname
- NicknameType
- Occupation
- Organization
- PhoneNumber
- Photo
- Relation
- RelationshipInterest
- RelationshipStatus
- Residence
- SipAddress
- Skill
- Tagline
- Url
- UserDefined
- Methods
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. |
PersonMetadata
The metadata about a person.
JSON representation |
---|
{ "sources" : [ { object ( |
Fields | |
---|---|
sources[]
|
The sources of data for the person. |
previousResourceNames[]
|
Output only. Any former resource names this person has had. Populated only for The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL. |
linkedPeopleResourceNames[]
|
Output only. Resource names of people linked to this resource. |
deleted
|
Output only. True if the person resource has been deleted. Populated only for |
objectType
|
Output only. DEPRECATED(Please use The type of the person object. |
Source
The source of a field.
JSON representation |
---|
{ "type" : enum ( |
type
enum (
SourceType
)
The source type.
id
string
The unique identifier within the source type generated by the server.
etag
string
Only populated in person.metadata.sources
.
The HTTP entity tag of the source. Used for web cache validation.
updateTime
string (
Timestamp
format)
Output only. Only populated in person.metadata.sources
.
Last update timestamp of this source.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
SourceType
The type of a source.
Enums | |
---|---|
SOURCE_TYPE_UNSPECIFIED
|
Unspecified. |
ACCOUNT
|
Google Account . |
PROFILE
|
Google profile . You can view the profile at https://profiles.google.com/ {id}, where {id} is the source id. |
DOMAIN_PROFILE
|
Google Workspace domain profile . |
CONTACT
|
Google contact . You can view the contact at https://contact.google.com/ {id}, where {id} is the source id. |
OTHER_CONTACT
|
Google "Other contact" . |
DOMAIN_CONTACT
|
Google Workspace domain shared contact . |
ProfileMetadata
The metadata about a profile.
JSON representation |
---|
{ "objectType" : enum ( |
Fields | |
---|---|
objectType
|
Output only. The profile object type. |
userTypes[]
|
Output only. The user types. |
ObjectType
The type of a person object.
Enums | |
---|---|
OBJECT_TYPE_UNSPECIFIED
|
Unspecified. |
PERSON
|
Person. |
PAGE
|
Currents Page. |
UserType
The type of the user.
Enums | |
---|---|
USER_TYPE_UNKNOWN
|
The user type is not known. |
GOOGLE_USER
|
The user is a Google user. |
GPLUS_USER
|
The user is a Currents user. |
GOOGLE_APPS_USER
|
The user is a Google Workspace user. |
Address
A person's physical address. May be a P.O. box or street address. All fields are optional.
JSON representation |
---|
{
"metadata"
:
{
object (
|
formattedValue
string
The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
type
string
The type of the address. The type can be custom or one of these predefined values:
-
home
-
work
-
other
formattedType
string
Output only. The type of the address translated and formatted in the viewer's account locale or the Accept-Language
HTTP header locale.
poBox
string
The P.O. box of the address.
streetAddress
string
The street address.
extendedAddress
string
The extended address of the address; for example, the apartment number.
city
string
The city of the address.
region
string
The region of the address; for example, the state or province.
postalCode
string
The postal code of the address.
country
string
The country of the address.
countryCode
string
The ISO 3166-1 alpha-2 country code of the address.
FieldMetadata
Metadata about a field.
JSON representation |
---|
{
"primary"
:
boolean
,
"sourcePrimary"
:
boolean
,
"verified"
:
boolean
,
"source"
:
{
object (
|
Fields | |
---|---|
primary
|
Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with |
sourcePrimary
|
True if the field is the primary field for the |
verified
|
Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
source
|
The source of the field. |
AgeRange
DEPRECATED(Please use person.ageRanges
instead)
An age range of a person.
Enums | |
---|---|
AGE_RANGE_UNSPECIFIED
|
Unspecified. |
LESS_THAN_EIGHTEEN
|
Younger than eighteen. |
EIGHTEEN_TO_TWENTY
|
Between eighteen and twenty. |
TWENTY_ONE_OR_OLDER
|
Twenty-one and older. |
AgeRangeType
A person's age range.
JSON representation |
---|
{ "metadata" : { object ( |
Fields | |
---|---|
metadata
|
Metadata about the age range. |
ageRange
|
The age range. |
Biography
A person's short biography.
JSON representation |
---|
{ "metadata" : { object ( |
Fields | |
---|---|
metadata
|
Metadata about the biography. |
value
|
The short biography. |
contentType
|
The content type of the biography. |
ContentType
The type of content.
Enums | |
---|---|
CONTENT_TYPE_UNSPECIFIED
|
Unspecified. |
TEXT_PLAIN
|
Plain text. |
TEXT_HTML
|
HTML text. |
Birthday
A person's birthday. At least one of the date
and text
fields are specified. The date
and text
fields typically represent the same date, but are not guaranteed to. Clients should always set the date
field when mutating birthdays.
JSON representation |
---|
{ "metadata" : { object ( |
Fields | |
---|---|
metadata
|
Metadata about the birthday. |
date
|
The structured date of the birthday. |
text
|
Prefer to use the A free-form string representing the user's birthday. This value is not validated. |
Date
Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following:
- A full date, with non-zero year, month, and day values.
- A month and day, with a zero year (for example, an anniversary).
- A year on its own, with a zero month and a zero day.
- A year and month, with a zero day (for example, a credit card expiration date).
Related types:
-
google.type.TimeOfDay
-
google.type.DateTime
-
google.protobuf.Timestamp
JSON representation |
---|
{ "year" : integer , "month" : integer , "day" : integer } |
Fields | |
---|---|
year
|
Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
month
|
Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
day
|
Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant. |
BraggingRights
DEPRECATED: No data will be returned A person's bragging rights.
JSON representation |
---|
{
"metadata"
:
{
object (
|
Fields | |
---|---|
metadata
|
Metadata about the bragging rights. |
value
|
The bragging rights; for example, |
CalendarUrl
A person's calendar URL.
JSON representation |
---|
{
"metadata"
:
{
object (
|
url
string
The calendar URL.
type
string
The type of the calendar URL. The type can be custom or one of these predefined values:
-
home
-
freeBusy
-
work
formattedType
string
Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the Accept-Language
HTTP header locale.
ClientData
Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
JSON representation |
---|
{
"metadata"
:
{
object (
|
Fields | |
---|---|
metadata
|
Metadata about the client data. |
key
|
The client specified key of the client data. |
value
|
The client specified value of the client data. |
CoverPhoto
A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about.
JSON representation |
---|
{
"metadata"
:
{
object (
|
Fields | |
---|---|
metadata
|
Metadata about the cover photo. |
url
|
The URL of the cover photo. |
default
|
True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo. |
EmailAddress
A person's email address.
JSON representation |
---|
{
"metadata"
:
{
object (
|
value
string
The email address.
type
string
The type of the email address. The type can be custom or one of these predefined values:
-
home
-
work
-
other
formattedType
string
Output only. The type of the email address translated and formatted in the viewer's account locale or the Accept-Language
HTTP header locale.
displayName
string
The display name of the email.
Event
An event related to the person.
JSON representation |
---|
{ "metadata" : { object ( |
date
object (
Date
)
The date of the event.
type
string
The type of the event. The type can be custom or one of these predefined values:
-
anniversary
-
other
formattedType
string
Output only. The type of the event translated and formatted in the viewer's account locale or the Accept-Language
HTTP header locale.
ExternalId
An identifier from an external entity related to the person.
JSON representation |
---|
{
"metadata"
:
{
object (
|
value
string
The value of the external ID.
type
string
The type of the external ID. The type can be custom or one of these predefined values:
-
account
-
customer
-
loginId
-
network
-
organization
formattedType
string
Output only. The type of the event translated and formatted in the viewer's account locale or the Accept-Language
HTTP header locale.
FileAs
The name that should be used to sort the person in a list.
JSON representation |
---|
{
"metadata"
:
{
object (
|
Fields | |
---|---|
metadata
|
Metadata about the file-as. |
value
|
The file-as value |
Gender
A person's gender.
JSON representation |
---|
{
"metadata"
:
{
object (
|
value
string
The gender for the person. The gender can be custom or one of these predefined values:
-
male
-
female
-
unspecified
formattedValue
string
Output only. The value of the gender translated and formatted in the viewer's account locale or the Accept-Language
HTTP header locale. Unspecified or custom value are not localized.
addressMeAs
string
Free form text field for pronouns that should be used to address the person. Common values are:
-
he
/him
-
she
/her
-
they
/them
ImClient
A person's instant messaging client.
JSON representation |
---|
{
"metadata"
:
{
object (
|
username
string
The user name used in the IM client.
type
string
The type of the IM client. The type can be custom or one of these predefined values:
-
home
-
work
-
other
formattedType
string
Output only. The type of the IM client translated and formatted in the viewer's account locale or the Accept-Language
HTTP header locale.
protocol
string
The protocol of the IM client. The protocol can be custom or one of these predefined values:
-
aim
-
msn
-
yahoo
-
skype
-
qq
-
googleTalk
-
icq
-
jabber
-
netMeeting
formattedProtocol
string
Output only. The protocol of the IM client formatted in the viewer's account locale or the Accept-Language
HTTP header locale.
Interest
One of the person's interests.
JSON representation |
---|
{
"metadata"
:
{
object (
|
Fields | |
---|---|
metadata
|
Metadata about the interest. |
value
|
The interest; for example, |
Locale
A person's locale preference.
JSON representation |
---|
{
"metadata"
:
{
object (
|
Fields | |
---|---|
metadata
|
Metadata about the locale. |
value
|
The well-formed IETF BCP 47 language tag representing the locale. |
Location
A person's location.
JSON representation |
---|
{
"metadata"
:
{
object (
|
value
string
The free-form value of the location.
type
string
The type of the location. The type can be custom or one of these predefined values:
-
desk
-
grewUp
current
boolean
Whether the location is the current location.
buildingId
string
The building identifier.
floor
string
The floor name or number.
floorSection
string
The floor section in floor_name
.
deskCode
string
The individual desk location.
Membership
A person's membership in a group. Only contact group memberships can be modified.
JSON representation |
---|
{ "metadata" : { object ( |
membership
. The membership. membership
can be only one of the following:contactGroupMembership
object (
ContactGroupMembership
)
The contact group membership.
domainMembership
object (
DomainMembership
)
Output only. The domain membership.
ContactGroupMembership
A Google contact group membership.
JSON representation |
---|
{ "contactGroupId" : string , "contactGroupResourceName" : string } |
Fields | |
---|---|
contactGroupId
|
Output only. The contact group ID for the contact group membership. |
contactGroupResourceName
|
The resource name for the contact group, assigned by the server. An ASCII string, in the form of |
DomainMembership
A Google Workspace Domain membership.
JSON representation |
---|
{ "inViewerDomain" : boolean } |
Fields | |
---|---|
inViewerDomain
|
True if the person is in the viewer's Google Workspace domain. |
MiscKeyword
A person's miscellaneous keyword.
JSON representation |
---|
{ "metadata" : { object ( |
Fields | |
---|---|
metadata
|
Metadata about the miscellaneous keyword. |
value
|
The value of the miscellaneous keyword. |
type
|
The miscellaneous keyword type. |
formattedType
|
Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the |
KeywordType
Type of miscellaneous keyword.
Enums | |
---|---|
TYPE_UNSPECIFIED
|
Unspecified. |
OUTLOOK_BILLING_INFORMATION
|
Outlook field for billing information. |
OUTLOOK_DIRECTORY_SERVER
|
Outlook field for directory server. |
OUTLOOK_KEYWORD
|
Outlook field for keyword. |
OUTLOOK_MILEAGE
|
Outlook field for mileage. |
OUTLOOK_PRIORITY
|
Outlook field for priority. |
OUTLOOK_SENSITIVITY
|
Outlook field for sensitivity. |
OUTLOOK_SUBJECT
|
Outlook field for subject. |
OUTLOOK_USER
|
Outlook field for user. |
HOME
|
Home. |
WORK
|
Work. |
OTHER
|
Other. |
Name
A person's name. If the name is a mononym, the family name is empty.
JSON representation |
---|
{
"metadata"
:
{
object (
|
Fields | |
---|---|
metadata
|
Metadata about the name. |
displayName
|
Output only. The display name formatted according to the locale specified by the viewer's account or the |
displayNameLastFirst
|
Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the |
unstructuredName
|
The free form name value. |
familyName
|
The family name. |
givenName
|
The given name. |
middleName
|
The middle name(s). |
honorificPrefix
|
The honorific prefixes, such as |
honorificSuffix
|
The honorific suffixes, such as |
phoneticFullName
|
The full name spelled as it sounds. |
phoneticFamilyName
|
The family name spelled as it sounds. |
phoneticGivenName
|
The given name spelled as it sounds. |
phoneticMiddleName
|
The middle name(s) spelled as they sound. |
phoneticHonorificPrefix
|
The honorific prefixes spelled as they sound. |
phoneticHonorificSuffix
|
The honorific suffixes spelled as they sound. |
Nickname
A person's nickname.
JSON representation |
---|
{ "metadata" : { object ( |
Fields | |
---|---|
metadata
|
Metadata about the nickname. |
value
|
The nickname. |
type
|
The type of the nickname. |
NicknameType
The type of a nickname.
Enums | |
---|---|
DEFAULT
|
Generic nickname. |
MAIDEN_NAME
|
Maiden name or birth family name. Used when the person's family name has changed as a result of marriage. |
INITIALS
|
Initials. |
GPLUS
|
Google+ profile nickname. |
OTHER_NAME
|
A professional affiliation or other name; for example, |
ALTERNATE_NAME
|
Alternate name person is known by. |
SHORT_NAME
|
A shorter version of the person's name. |
Occupation
A person's occupation.
JSON representation |
---|
{
"metadata"
:
{
object (
|
Fields | |
---|---|
metadata
|
Metadata about the occupation. |
value
|
The occupation; for example, |
Organization
A person's past or current organization. Overlapping date ranges are permitted.
JSON representation |
---|
{ "metadata" : { object ( |
type
string
The type of the organization. The type can be custom or one of these predefined values:
-
work
-
school
formattedType
string
Output only. The type of the organization translated and formatted in the viewer's account locale or the Accept-Language
HTTP header locale.
startDate
object (
Date
)
The start date when the person joined the organization.
endDate
object (
Date
)
The end date when the person left the organization.
current
boolean
True if the organization is the person's current organization; false if the organization is a past organization.
name
string
The name of the organization.
phoneticName
string
The phonetic name of the organization.
department
string
The person's department at the organization.
title
string
The person's job title at the organization.
jobDescription
string
The person's job description at the organization.
symbol
string
The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
domain
string
The domain name associated with the organization; for example, google.com
.
location
string
The location of the organization office the person works at.
costCenter
string
The person's cost center at the organization.
fullTimeEquivalentMillipercent
integer
The person's full-time equivalent millipercent within the organization (100000 = 100%).
PhoneNumber
A person's phone number.
JSON representation |
---|
{
"metadata"
:
{
object (
|
value
string
The phone number.
canonicalForm
string
Output only. The canonicalized ITU-T E.164 form of the phone number.
type
string
The type of the phone number. The type can be custom or one of these predefined values:
-
home
-
work
-
mobile
-
homeFax
-
workFax
-
otherFax
-
pager
-
workMobile
-
workPager
-
main
-
googleVoice
-
other
formattedType
string
Output only. The type of the phone number translated and formatted in the viewer's account locale or the Accept-Language
HTTP header locale.
Photo
A person's photo. A picture shown next to the person's name to help others recognize the person.
JSON representation |
---|
{
"metadata"
:
{
object (
|
Fields | |
---|---|
metadata
|
Metadata about the photo. |
url
|
The URL of the photo. You can change the desired size by appending a query parameter |
default
|
True if the photo is a default photo; false if the photo is a user-provided photo. |
Relation
A person's relation to another person.
JSON representation |
---|
{
"metadata"
:
{
object (
|
person
string
The name of the other person this relation refers to.
type
string
The person's relation to the other person. The type can be custom or one of these predefined values:
-
spouse
-
child
-
mother
-
father
-
parent
-
brother
-
sister
-
friend
-
relative
-
domesticPartner
-
manager
-
assistant
-
referredBy
-
partner
formattedType
string
Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header.
RelationshipInterest
DEPRECATED: No data will be returned A person's relationship interest .
JSON representation |
---|
{
"metadata"
:
{
object (
|
value
string
The kind of relationship the person is looking for. The value can be custom or one of these predefined values:
-
friend
-
date
-
relationship
-
networking
formattedValue
string
Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header.
RelationshipStatus
DEPRECATED: No data will be returned A person's relationship status.
JSON representation |
---|
{
"metadata"
:
{
object (
|
value
string
The relationship status. The value can be custom or one of these predefined values:
-
single
-
inARelationship
-
engaged
-
married
-
itsComplicated
-
openRelationship
-
widowed
-
inDomesticPartnership
-
inCivilUnion
formattedValue
string
Output only. The value of the relationship status translated and formatted in the viewer's account locale or the Accept-Language
HTTP header locale.
Residence
DEPRECATED: Please use person.locations
instead. A person's past or current residence.
JSON representation |
---|
{
"metadata"
:
{
object (
|
Fields | |
---|---|
metadata
|
Metadata about the residence. |
value
|
The address of the residence. |
current
|
True if the residence is the person's current residence; false if the residence is a past residence. |
SipAddress
A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
JSON representation |
---|
{
"metadata"
:
{
object (
|
value
string
The SIP address in the RFC 3261 19.1 SIP URI format.
type
string
The type of the SIP address. The type can be custom or or one of these predefined values:
-
home
-
work
-
mobile
-
other
formattedType
string
Output only. The type of the SIP address translated and formatted in the viewer's account locale or the Accept-Language
HTTP header locale.
Skill
A skill that the person has.
JSON representation |
---|
{
"metadata"
:
{
object (
|
Fields | |
---|---|
metadata
|
Metadata about the skill. |
value
|
The skill; for example, |
Tagline
DEPRECATED: No data will be returned A brief one-line description of the person.
JSON representation |
---|
{
"metadata"
:
{
object (
|
Fields | |
---|---|
metadata
|
Metadata about the tagline. |
value
|
The tagline. |
Url
A person's associated URLs.
JSON representation |
---|
{
"metadata"
:
{
object (
|
value
string
The URL.
type
string
The type of the URL. The type can be custom or one of these predefined values:
-
home
-
work
-
blog
-
profile
-
homePage
-
ftp
-
reservations
-
appInstallPage
: website for a Currents application. -
other
formattedType
string
Output only. The type of the URL translated and formatted in the viewer's account locale or the Accept-Language
HTTP header locale.
UserDefined
Arbitrary user data that is populated by the end users.
JSON representation |
---|
{
"metadata"
:
{
object (
|
Fields | |
---|---|
metadata
|
Metadata about the user defined data. |
key
|
The end user specified key of the user defined data. |
value
|
The end user specified value of the user defined data. |
Methods |
|
---|---|
|
Create a batch of new contacts and return the PersonResponses for the newly Mutate requests for the same user should be sent sequentially to avoid increased latency and failures. |
|
Delete a batch of contacts. |
|
Update a batch of contacts and return a map of resource names to PersonResponses for the updated contacts. |
|
Create a new contact and return the person resource for that contact. |
|
Delete a contact person. |
|
Delete a contact's photo. |
|
Provides information about a person by specifying a resource name. |
|
Provides information about a list of specific people by specifying a list of requested resource names. |
|
Provides a list of domain profiles and domain contacts in the authenticated user's domain directory. |
|
Provides a list of contacts in the authenticated user's grouped contacts that matches the search query. |
|
Provides a list of domain profiles and domain contacts in the authenticated user's domain directory that match the search query. |
|
Update contact data for an existing contact person. |
|
Update a contact's photo. |