# This check is available in **Australia** 🇦🇺

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

## Availability

| Industry           | Availability | Endpoints                     |
|--------------------|--------------|-------------------------------|
| Human Resources     | Yes          | - Quickscreen ❌              |
|                    |              | - [Invite](https://docs.certn.co/api/api-reference/hr#invite-an-applicant)📩 |
| Property Management | No           | - Quickscreen ❌              |
|                    |              | - Invite ❌                    |

### **Parameters**

#### Request flag

Include this flag in the body of your request:

[`request_right_to_work`](https://docs.certn.co/api/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`

The candidate will be asked to disclose their Australian citizenship status and to provide supporting documentation (proof of citizenship or visa).

#### Example request

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/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/start/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  |

**Last updated 2 years ago**
