Update a contact

PATCH/contacts/{id}

Requires scope: write:contacts

Parameters

ParameterInTypeDescription
idrequiredpathstring

Request body

FieldTypeAllowed valuesDescription
first_namestringany string
last_namestringany string
rolestringany string
emailstringany string

Responses

StatusDescription
200Updated
401Missing or invalid API key
403Key lacks the required scope
404Contact not found
429Rate limit exceeded (see Retry-After)
Is this page helpful?