# Create a staff member **POST /api/v1/client/{client_uuid}/staff-members** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **client_uuid** (string) ### Body: application/json (object) - **account_uuid** (string(uuid)) UUID of another client account in Plannr. This account must be an individual. - **hired_at** (string(date)) Date (y-m-d) of when the staff member was hired. - **left_at** (string(date)) Date (y-m-d) of when the staff member left. - **job_title** (string) The job title of the staff member. - **basic_annual_salary** (integer) The basic annual salary of the staff member. Must be in pennies, for example: £50,000 would be 5000000. - **payroll_number** (string) The payroll number of the staff member. ## Responses ### 401 #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)