Endpoints Reference
Customer Sub-Accounts

Update an existing Customer sub-account

PATCH
/v1/{siteEnv}/{siteId}/sub-accounts/{customer_external_id}

Update the details of an existing customer sub-account. This allows changing the account's first name, last name and role. This does not allow for the email to be updated.

Path Parameters
siteEnv
*
siteId
*
customer_external_id
*
Body Parameters
body
*
first_name
last_name
role
Responses
201
Successful operation
400
Error handling request such as name too short
401
Auth Failure
500
System Exception