Upsert customer user by external IDs

Create or update a customer user using customer and user external IDs

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Path parameters

customerExternalIdstringRequired>=1 character
userExternalIdstringRequired>=1 character

Request

Body
namestringOptional>=1 character
emailstring or nullOptionalformat: "email"
metadatamap from strings to any or nullOptional
statusenumOptional

Response

200
idstring
externalIdstring
customerExternalIdstring
namestring or null
emailstring or null
metadatamap from strings to any or null
statusenum
createdboolean
createdAtdatetime
updatedAtdatetime

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error