Skip to main content
PATCH
Update a person

Authorizations

Authorization
string
header
required

API key (nlmca_live_…) or OAuth access token

Path Parameters

id
string
required

Person id

Body

application/json
first_name
string
Maximum string length: 100
last_name
string
Maximum string length: 100
email
string

Email. Mirrored to the CRM contact.

Maximum string length: 255
phone
string

Phone, any format. Mirrored to the CRM contact.

Maximum string length: 50
address
string
city
string
Maximum string length: 100
state
string
Maximum string length: 50
zip
string
Maximum string length: 20
dob
string

Date of birth YYYY-MM-DD. Returned only to admin / manager credentials.

ssn
string
write-only

Social security number (123-45-6789 or 123456789). Write-only: encrypted at rest, never returned; reads expose ssn_masked.

credit_score
string

Credit score or range as text.

Maximum string length: 20
status
enum<string>
Available options:
active,
inactive

Response

OK

data
object
required
meta
object
required