# Put expertise for employee **PUT /employees/{employeeId}/offices/{officeId}/expertise** Put expertise for employee ## Servers - https://api.pexipengage.com/enterprises/acme: https://api.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 #### Path parameters - **employeeId** (string) - **officeId** (string) ## Body parameters Content-type: application/json - **subjectId** (string) - **rank** (number) ## Responses ### 200: Successful operation #### Body Parameters: application/json (object) - **data** (array[object]) ### 404: Resource not found #### Body Parameters: application/json (object) - **errors** (array[object]) ### 422: Business validation failed * `EMPLOYEE_OFFICE_RELATION_ROLE_MISMATCH` See [Error codes](#topic-error-codes) #### Body Parameters: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)