/
AT
atlas
/
Atlas API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v11
latest
OpenAPI 3.1.0
2026-08-03
64
112
112.3 KB
Customers
Upsert customer
Upsert customer
post
/v1/customers/upsert
Request body
ExternalUpsertCustomer
required
id
string
uuid
nullable
userId
string
nullable
firstName
string
nullable
lastName
string
nullable
email
string
email
nullable
phoneNumber
string
nullable
customFields
object
nullable
account
ExternalAccountInput
alternatePhoneNumbers
string[]
nullable
alternateEmails
string[]
nullable
Response
Successful Response
ExternalCustomer
required
id
string
uuid
required
externalUserId
string
nullable
companyId
string
uuid
nullable
accountId
string
uuid
nullable
account
WebCompanySchemasExternalAccount
firstName
string
nullable
lastName
string
nullable
email
string
email
nullable
phoneNumber
string
nullable
customFields
object
nullable
defaultSenders
CustomerDefaultSenders
lastLoginTime
string
date-time
nullable
createdAt
string
date-time
required
totalConversations
integer
nullable
avgTimeToSolve
integer
nullable
totalSessions
integer
nullable
totalSessionTime
integer
nullable
avgSessionTime
integer
required