Google People contact update profile
org.intentschema.productivity.contacts.contact.update.v1@com.google.people.v1
JSON: bare · @sha256:7d353c0245f5…
Hash: sha256:7d353c0245f5d23ddb4641a3e0f82cd6f9f98404164227131df404f667090391
Google People API profile for contact update.
Implements: Update contact (org.intentschema.productivity.contacts.contact.update.v1)
Payload
| Field | Type | Description |
target * | Target (required: external_id) | (system = "google_contacts", required: system) |
object | object | |
idempotency_key | string | |
patch | object[] | |
google_contacts @com.google.people | object | |
object
| Field | Type | Description |
given_name | string | |
family_name | string | |
display_name | string | |
emails | string (email)[] | |
phones | string[] | |
organization | string | |
job_title | string | |
patch[]
| Field | Type | Description |
op * | enum: add | remove | replace | move | copy | test | |
path * | string | |
value | any | |
from | string | |
google_contacts @com.google.people
| Field | Type | Description |
personFields | string | Comma-separated fields mask (e.g., `names,emailAddresses`). |
Result
| Field | Type | Description |
external_id | string | |
updated_at | string (date-time) | |
etag | string | |
API mapping
Field mapping
| Intent field | API parameter |
target.external_id | resourceName path param (people/{id}) |
object.* | (same as create; fields in updatePersonFields mask) |
google_contacts.personFields | updatePersonFields (write mask) |