# Create an employee **POST /employees** Create an employee ## Servers - https://api.development.pexipengage.com/enterprises/acme: https://api.development.pexipengage.com/enterprises/acme () ## Authentication methods - O auth2 ## Parameters #### Headers - **Authorization** (string) Bearer token used for authorization - **X-Correlation-Id** (string) Unique identifier to allow referencing a particular transaction or event chain - **Accept-Language** (string) Returns the requested resources translated according to the passed languages (see [translatable resources](../topic/topic-languages-translations\#topic-translatable-resources)) ## Body parameters Content-type: application/json - **communicationEmail** (string | null) - **externalId** (string | null) - **username** (string | null) - **firstName** (string) - **lastName** (string) - **staticVideoUrl** (string(uri) | null) - **phoneNumber** (string | null) - **profilePictureUrl** (string(uri) | null) - **metadata** (object | null) - **email** (string) - **language** (string | null) - **languageExpertise** (array[string] | null) - **timeZone** (string | null) - **availableRoles** (array[string] | null) - **status** (string | null) - **onlinePlanning** (boolean | null) - **officeRelations** (array[object] | null) - **translations** (object) ## Responses ### 201: Successful operation #### Body Parameters: application/json (object) - **data** (object) ### 422: Business validation failed * `EMPLOYEE_EMAIL_ALREADY_IN_USE` * `EMPLOYEE_EXTERNAL_ID_ALREADY_IN_USE` * `EMPLOYEE_OFFICE_RELATION_ROLE_MISMATCH` * `EMPLOYEE_USERNAME_ALREADY_IN_USE` * `FILE_URL_INVALID` See [Error codes](#topic-error-codes) #### Body Parameters: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)