Bulk update agents/admins.
Security
ApiKeyAuth
The list of agent/admin update actions
Array [
]
PUT
curl -i -X PUT \
https://dev.dixa.io/v1/agents \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '[
{
"id": "434ce9f5-14c8-4be1-a0a8-f755010deb9b",
"displayName": "Alice Brown",
"phoneNumber": "+551155256325",
"additionalEmails": [],
"additionalPhoneNumbers": [],
"firstName": "Alice",
"lastName": "Brown",
"middleNames": [],
"avatarUrl": "http://avatar.url"
}
]'Response
{ "data": [ { … } ] }