# Returns the users that have orders with a certain status in a project **GET /users/projects/{project_id}/by_order_status/{status}** Returns the users that have orders with a certain status in a project ## Servers ## Parameters #### Path parameters - **project_id** (string) Project id - **status** (string) Order status attribute ## Responses ### 200: Users that have orders with a certain status in a project #### Body Parameters: (array[object]) - **id** (string(uuid)) - **user_code** (string) - **email** (string) - **locale** (string) - **terms_acceptance** (boolean) - **email_confirmed** (boolean) - **approved_at** (string(datetime)) - **rejected_at** (string(datetime)) - **created_at** (string(datetime)) - **business_investor** (boolean) - **kyc_status** (string) - **approved** (boolean) - **rejected** (boolean) - **invested** (boolean) - **identities** (object) [Powered by Bump.sh](https://bump.sh)