SiteAssist

Update Customer

Update customer info.

POST
/customers/{appUserId}
x-siteassist-key<token>

In: header

Path Parameters

appUserIdstring

App User ID

Length1 <= length
name?string | null
email?string | null
Formatemail
attributes?object

Empty Object

Response Body

curl -X POST "https://loading/customers/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "attributes": {
    "property1": "string",
    "property2": "string"
  },
  "createdAt": "string",
  "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
  "name": "string",
  "appUserId": "string"
}
Empty
Empty
Empty
Empty
Empty