# Get all staff members **GET /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) ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[name]** (string) Filter staff members by name. This is a partial match against first_name, last_name, and entity_name together. - **filter[active]** (string) Filter active staff members. Use "true" to only show active staff members and "false" to only show inactive staff members. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, hired_at, left_at, first_name, last_name]. Negative sign to denote DESC. Defaults to 'first_name'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)