# Force-Complete a Screening Group Request

Screening group requests with more than 1 applicant require all applicants to complete the income verification process in order to produce the report. This is because we need all of the applicants' income data to produce the aggregated report.

However, if for whatever reason you require the report to produced immediately, you can "force-complete" a screening group request by hitting the endpoint below. The applicants that have not completed their screening will also receive an email/text notification that their screening has been cancelled.

Be aware that if no applicants have completed the screening yet (or if they have completed the screening but submitted that they share a bank or produce no income), the report will look fairly blank.

{% hint style="info" %}
This is an **asynchronous** operation, so once you hit this endpoint, wait for the \
`SCREENING_GROUP_COMPLETED`webhook to fire before pulling the report.
{% endhint %}

{% hint style="warning" %}
This endpoint is only available for screening group requests with more than 1 applicant.
{% endhint %}

## Force-Complete a Screening Group

<mark style="color:green;">`POST`</mark> `https://api.payscore.com/api/v1/screening_groups/{id}/complete`

#### Path Parameters

| Name | Type   | Description                   |
| ---- | ------ | ----------------------------- |
| id   | string | The ID of the screening group |

{% tabs %}
{% tab title="204 When the screening group has been completed and the report has begun to be produced." %}

```
```

{% endtab %}

{% tab title="400 When the screening group has only 1 screening. This operation is only available for a screening group with multiple screenings." %}

```
```

{% endtab %}
{% endtabs %}
