Skip to main content
POST
Bulk Transfer Contacts

Authorizations

api_access_token
string
header
required

Body

application/json
contact_ids
integer[]
required

Array of contact IDs to transfer

Example:
assignee_id
string<uuid>

ID of new assignee

Example:

"111e2222-e33b-44d5-a666-777888999000"

Response

Contacts transferred successfully

success
boolean
Example:

true

data
object | null

Transfer operation result (null for bulk operations)

Example:

null

meta
object
message
string

Success message

Example:

"Contacts transferred successfully"