# Create end users Create multiple end users in a single bulk action Endpoint: POST /beta/endusers/bulk Version: beta Security: ApiKeyAuth ## Request fields (application/json): - `data` (array) - `data.displayName` (string) The contact's display name - `data.email` (string) The contact's primary email address - `data.phoneNumber` (string) The contact's primary phone number - `data.additionalEmails` (array) Additional email addresses for the contact - `data.additionalPhoneNumbers` (array) Additional phone numbers for the contact - `data.firstName` (string) The contact's first name - `data.lastName` (string) The contact's last name - `data.middleNames` (array) The contact's middle names - `data.avatarUrl` (string) The url from which to load the contact's avatar - `data.externalId` (string) Custom external identifier for the contact ## Response 201 fields (application/json): - `data` (array) ## Response 400 fields (application/json): - `message` (string, required) ## Response 500 fields (application/json): - `message` (string, required)