# Create filter group **POST /data/user/filter-groups** Create a new filter group for the current user limited to open projects only. The filter group can be shared with other users. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **name** (string) Filter group name - **color** (string) Filter group color in hex format - **list_type** (string) Type of list this filter group applies to - **entity_type** (string) Entity type this filter group applies to - **is_shared** (boolean) Whether to share this filter group with others - **project_id** (string(uuid)) Project identifier - **department_id** (string(uuid)) Department identifier ## Responses ### 201: Filter group created successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) Filter group unique identifier - **name** (string) Filter group name - **color** (string) Filter group color - **list_type** (string) List type - **entity_type** (string) Entity type - **project_id** (string(uuid)) Project identifier - **is_shared** (boolean) Whether filter group is shared - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp ### 400: Bad request [Powered by Bump.sh](https://bump.sh)