Skip to main content
POST
Update a contact
Update a contact. Authenticate with a Bearer access token unless the endpoint is the authentication token exchange.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
required
type
string
is_organization
boolean
first_name
string
middle_name
string
last_name
string
suffix
string
direct_message
string
address
string
address_line_2
string
city
string
state
string
zip
string
country
string
organization_name
string
position
string
notes
string
is_favorite
boolean
is_blocked
boolean
is_accesible_to_others
boolean
fields
object[]
groups
string[]
previous_last_name
string
dob
string
gender
string
preferred_language
string
interpreter_needed
boolean
races
string
ethnicity
string
medical_record_number
string
patient_status
string
external_patient_id
string
pcp_internal_contact
string
pcp_external_name
string
emergency_contact_name
string
emergency_contact_relationship
string
emergency_contact_phone
string
preferred_contact_methods
string
sms_opt_in
boolean
email_opt_in
boolean
do_not_contact
boolean
coverage_type
string
insurance_provider
string
plan_name
string
member_id
string
group_number
string
payer_phone
string
subscriber_name
string
subscriber_dob
string
subscriber_relationship
string

Response

Contact updated successfully.

status
integer
required

Operation result indicator.

message
string
required

Human-readable result message.