# Australia Right To Work Check

A Right to Work (RTW) Check verifies an individual's right to work status in Australia, either by; confirming they are an Australian citizen, or running a visa check through the Department of Home Affairs' Visa Entitlement Verification Online (VEVO) service. \
The latter includes a search of the VEVO database for visa details pertaining to the candidate being screened, matching database results to candidate documentation provided.&#x20;

A RTW Check result will include the type of visa the individual holds, the visa grant and expiry date (if applicable), and any work conditions or restrictions that may apply, flagging discrepancies where necessary.

### Availability

This check is available in **Australia** :flag\_au:

This check is not available for a [quickscreen](https://docs.certn.co/api/certn-api-v-1.0/faq#what-is-a-quickscreen-and-how-do-i-use-it) :x:

{% tabs %}
{% tab title="Australia" %}

| Industry            | Availability | Endpoints                                                                                                                                                                                                                                                |
| ------------------- | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Human Resources     | Yes          | <ul><li>Quickscreen <span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></li><li><a href="../../../api-reference/hr#invite-an-applicant">Invite</a> <span data-gb-custom-inline data-tag="emoji" data-code="1f4e9">📩</span></li></ul> |
| Property Management | No           | <ul><li>Quickscreen <span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></li><li>Invite <span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></li></ul>                                                               |
| {% endtab %}        |              |                                                                                                                                                                                                                                                          |
| {% endtabs %}       |              |                                                                                                                                                                                                                                                          |

### **Parameters**

#### Request flag

Include this flag in the body of your request:

[`request_right_to_work`](https://docs.certn.co/api/certn-api-v-1.0/api-reference/resources/application-parameters/request-flags)

#### Invite parameters

To invite an applicant to complete a screen, include this parameter in the body of your request:

* `email`

See all available [application-parameters](https://docs.certn.co/api/certn-api-v-1.0/api-reference/resources/application-parameters "mention")

{% hint style="info" %}
The candidate will be asked to disclose their Australian citizenship status and to provide supporting documentation (proof of citizenship or visa).
{% endhint %}

#### Example request <a href="#example" id="example"></a>

The following example contains fields for someone applying for a license.

```json
{
	"email": "example@certn.co",
	"request_right_to_work": true
}
```

### Report

Report field: [right\_to\_work\_result](https://docs.certn.co/api/certn-api-v-1.0/api-reference/resources/report-field-mappings#australia-right-to-work)

### **Test data**

Send Australia RTW requests with the following sets of data on our [demo environment](https://docs.certn.co/api/certn-api-v-1.0/getting-started/demo-account) to retrieve our pre-filled reports.\
\
Specify "non-Australian citizen" during the application process for both cases of test data.

**Clear results**

| First name | Last name |
| ---------- | --------- |
| Andrew     | McLeod    |

**Records found**

| First name | Last name |
| ---------- | --------- |
| Will       | NoRights  |
