Enneo

Profile

Bulk-update routing status

PATCH /profiles/routingStatus

PATCH /profiles/routingStatus

Update routing status (calls / chats) for multiple profiles in a single call. The body lists profile ids and the routing-status object to apply to each.

Request body

profileIdsinteger[]body

Profiles to update.

routingStatusobjectbody

Routing-status payload (same shape as the per-profile endpoint).

Request Example

{
  "profileIds": [
    1
  ],
  "routingStatus": null
}

Responses

200 — Successful operation

Response Example

{
  "success": true
}

403 — Permission denied