Move accounts to an account list
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Moves accounts to the specified account list, removing them from any other lists they belong to. This is a non-atomic operation: successfully moved accounts are not rolled back if some fail. The response contains only the failed items with their error details.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Account list ID
Body
Account IDs to add or move (1 to 1000 items)
1 - 1000 elementsx >= 1Response
Move operation completed. Response is a dictionary keyed by account ID. Only failed items appear; missing IDs were moved successfully.
Possible per-item error codes:
| error | Meaning |
|---|---|
| 7 | AccountNotProcessed — account could not be moved (e.g. wrong team, deleted, invalid ID) |
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.