# Patch agents Bulk patch agents/admins. Endpoint: PATCH /beta/agents Version: beta Security: ApiKeyAuth ## Request fields (application/json): - `id` (string, required) Unique identifier for the agent - `displayName` (string) The agent's display name - `phoneNumber` (string) The agent's primary phone number - `additionalEmails` (array) Additional email addresses for the agent - `additionalPhoneNumbers` (array) Additional phone numbers for the agent - `firstName` (string) The agent's first name - `lastName` (string) The agent's last name - `middleNames` (array) The agent's middle names - `avatarUrl` (string) The url from which to load the agent's avatar ## Response 200 fields (application/json): - `data` (array) ## Response 400 fields (application/json): - `message` (string, required) ## Response 500 fields (application/json): - `message` (string, required)