# Get a staff member **GET /api/v1/client/{client_uuid}/staff-members/{uuid}** ## 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) uuid The UUID of the business client. - **uuid** (integer) - **id** (string) uuid The UUID of the client that is a staff member. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **hired_at** (string) Date (y-m-d) of when the staff member was hired. - **left_at** (string) Date (y-m-d) of when the staff member left. - **job_title** (string) The job title of the staff member. - **basic_annual_salary** (object) 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. - **account** (object) Client account in Plannr. [Powered by Bump.sh](https://bump.sh)