# Create search filter group **POST /data/search-filter-groups/** Create a new search filter group with data provided in the request body. JSON format is expected. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **name** (string) - **person_id** (string(uuid)) ## Responses ### 201: Search filter group created successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **name** (string) - **person_id** (string(uuid)) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400: Invalid data format or validation error [Powered by Bump.sh](https://bump.sh)