Method: organizations.contacts.patch

Updates a contact. Note: A contact's email address cannot be changed.

HTTP request

PATCH https://essentialcontacts.googleapis.com/v1/{contact.name=organizations/*/contacts/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
contact.name

string

Output only. The identifier for the contact. Format: {resourceType}/{resource_id}/contacts/{contact_id}

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. The update mask applied to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of Contact.

Response body

If successful, the response body contains an instance of Contact.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.