Skip to main content
POST
/
customers
/
assign
Assign Customers
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/customers/assign \
  --header 'Content-Type: application/json' \
  --data '
{
  "customer_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "role": "<string>",
  "new_agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "source": "manual",
  "note": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
customer_ids
string<uuid>[]
required
Minimum array length: 1
role
string
required
Required string length: 1 - 32
new_agent_id
string<uuid> | null
source
string
default:manual
note
string | null

Response

Successful Response