Skip to main content
PATCH
Update Customer

Authorizations

Authorization
string
header
required

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

Path Parameters

customer_id
string<uuid>
required

Body

application/json

For CRM agent updates — only fields agents are allowed to change.

NOTE: compliance_status and kyc_status_id are intentionally excluded. compliance_status can only be changed via dedicated compliance endpoints (freeze/unfreeze). kyc_status_id can only be changed via KYC verification processes.

phone
string | null
Maximum string length: 20
country
string | null
owner_id
string<uuid> | null
sales_status_id
integer | null

Response

Successful Response

id
string<uuid>
required
email
string
required
phone
string | null
required
phone_normalized
string | null
required
country
string | null
required
owner_id
string<uuid> | null
required
sales_status_id
integer | null
required
kyc_status_id
integer | null
required
affiliate_id
string | null
required
campaign_id
string | null
required
funnel
string | null
required
affiliate_lead_id
string | null
required
manager_counter
integer
required
reg_time
string<date-time>
required
last_login_at
string<date-time> | null
required
last_activity_at
string<date-time> | null
required
last_trade_at
string<date-time> | null
required
ftd_at
string<date-time> | null
required
is_deposited
boolean
required
is_active
boolean
required
first_name
string | null
last_name
string | null
full_name
string
default:""
ftd_sales_agent_id
string<uuid> | null
owner
UserInCustomerResponse · object | null

Slim user shape for embedding in CustomerResponse — avoids circular schemas.

last_deposit_at
string<date-time> | null
retention_status
string | null
risk_classification
string | null
default:normal
compliance_status
string | null
phone_country
string | null
kyc_country
string | null
kyc_provider
string | null
kyc_completed_at
string<date-time> | null
reg_ip
string | null
registration_source
string | null
force_password_change
boolean
default:false
trading_accounts
TradingAccountResponse · object[]