Bulk patch agents/admins.
Security
ApiKeyAuth
List of agent/admin patch actions
Array [
]
PATCH
curl -i -X PATCH \
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": "AB",
"additionalEmails": [],
"additionalPhoneNumbers": [],
"middleNames": []
},
{
"id": "434ce9f5-14c8-4be1-a0a8-f755010deb9c",
"displayName": "JB",
"additionalEmails": [],
"additionalPhoneNumbers": [],
"middleNames": []
}
]'Response
{ "data": [ { … }, { … } ] }