TeamGriddeveloper
patch/contacts/{id}Write operation

Update a contact

Use this operation to update a contact. Only documented mutable fields are accepted; omitted fields retain their current values unless the request schema states replacement semantics. Required scopes, product permissions, sharing rules, workspace locks, and regional cell ownership are enforced for every request.

Required scopes
contacts:write
Interactive request builder

Prepare this request

Build locally · nothing is sent
Region
Generated cURL

The builder does not execute requests or persist credentials. Replace the environment-variable placeholder only in your terminal or secret-aware runtime.

Path parameters

1
idrequired
string

Stable identifier of the resource in the authenticated workspace.

Request body

application/json
birthday
stringdate-timenullable

ISO 8601 timestamp for birthday.

category
stringnullable

Canonical category value for this contact.

customersuppliernull
companyTitle
stringnullable

The company title associated with this contact.

customerId
stringnullable

The customer id associated with this contact.

emails
arraynullable

The emails associated with this contact.

firstName
stringnullable

The first name associated with this contact.

gender
stringnullable

Canonical gender value for this contact.

femalemalenull
groupId
stringnullable

Identifier of the related workspace group.

lastName
stringnullable

The last name associated with this contact.

nickname
stringnullable

The nickname associated with this contact.

notes
stringnullable

The notes associated with this contact.

parentContactId
stringnullable

The parent contact id associated with this contact.

phoneNumbers
arraynullable

The phone numbers associated with this contact.

salutation
stringnullable

The salutation associated with this contact.

Responses

9
200The request to update a contact succeeded. The response contains the canonical public result and request metadata.application/json
Response schemaapplication/json
required
Contact

Public API representation of contact.

required
ResponseMeta

Public API representation of meta.

400The request is invalid.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

401The bearer credential is missing, invalid, expired, or revoked.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

403The credential has insufficient scope.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

404The tenant-scoped resource does not exist.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

409The request conflicts with the current resource state.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

429The credential or source exceeded its rate limit.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

502The cell-local application returned an invalid response.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

503A required cell-local dependency is unavailable.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

Documentation feedbackWas this page useful?
Esc

Search TeamGrid Developer

Find guides, concepts and every API operation.