PeopleCheck
With PeopleCheck modules in Make, you can automate background checks, identity verification, police checks, employment history screening, right-to-work validations, and compliance tracking, enabling secure, efficient, and streamlined onboarding and workforce management processes within your workflows.
Refer to the PeopleCheck API documentation for a list of available endpoints. https://api.peoplecheck.co.uk/#
What PeopleCheck modules are available in the Make platform
- Check Request - Create a new Check Request, Get all Requested Checks, Get a Check Request, Cancel Check Request, Resend a Check Request
- Screening - Get all Screenings, Get a Screening, Create a Screening, Update a Screening, Delete a Screening, Get a Screening Logs
- Other - Make an API Call
Connect PeopleCheck to Make:
- Have or set up a PeopleCheck Account.
- Email PeopleCheck at contact@peoplecheck.co.uk to receive your API key.
- To establish the connection in Make, insert a PeopleCheck module into a scenario. Under Connection, click Create a connection.
- The Create a Connection dialog appears.
- Optional: In the Connection name field, enter a name for the connection.
- Enter your BPT App License Key.
- Enter your API key.
- Choose the Server Type.
- There are two option Live and Stage.
- Click Save.
You have successfully established the connection. You can now edit your scenario and add more PeopleCheck modules.
Build PeopleCheck Scenarios:
After connecting the app, you can perform the following actions:
Check Request
Create a New Check Request
Sending a new check request to a single candidate.
This module contains the following fields
| Field | Usage |
|---|---|
| Connection | Establish a connection to your PeopleCheck account. |
| Full-Name | Candidate’s Name |
| Email Address | Candidate’s personal email address. |
| Phone Number | Candidate’s personal Phone Number. |
| Package | Select a package from the dropdown to choose a predefined combination of background screening components tailored to your account. |
| Comment | General comment about employee/project code. |
| Project | Any other information about project/candidate/check request/etc. |
Get all Requested Checks
Get a list of all the requested checks
This module contains the following fields
| Field | Usage |
|---|---|
| Connection | Establish a connection to your PeopleCheck account. |
| Limit | Maximum number of returned results (bundles). |
Get a Check Request
Getting details about check requested
This module contains the following fields
| Field | Usage |
|---|---|
| Connection | Establish a connection to your PeopleCheck account. |
| Request ID | Identification of the Candidate’s check request |
Cancel Check Request
Cancel a check request
This module contains the following fields
| Field | Usage |
|---|---|
| Connection | Establish a connection to your PeopleCheck account. |
| Request ID | Identification of the Candidate’s check request |
Resend a Check Request
Resend an email for a requested check.
This module contains the following fields
| Field | Usage |
|---|---|
| Connection | Establish a connection to your PeopleCheck account. |
| Request ID | Identification of the Candidate’s check request |
Screening
Get a Screening
Detailed identity screening results
This module contains the following fields
| Field | Usage |
|---|---|
| Connection | Establish a connection to your PeopleCheck account. |
| Screening ID | Identification of screening process. |
Get all Screenings
Detailed screening progress by ID
This module contains the following fields
| Field | Usage |
|---|---|
| Connection | Establish a connection to your PeopleCheck account. |
| Request ID | Identification of screening process. |
| Status | Select the Status of the Screen |
Get Identity Screening Results
Detailed identity screening results
This module contains the following fields
| Field | Usage |
|---|---|
| Connection | Establish a connection to your PeopleCheck account. |
| Screening ID | Identification of screening process. |
Get Alias Screening Results
Detail other names (alias) screening results.
This module contains the following fields
| Field | Usage |
|---|---|
| Connection | Establish a connection to your PeopleCheck account. |
| Screening ID | Identification of screening process. |
Get Right-to-Work Screening Results
Detail right to work screening results
This module contains the following fields
| Field | Usage |
|---|---|
| Connection | Establish a connection to your PeopleCheck account. |
| Screening ID | Identification of screening process. |
Get Criminal Screening Results
Detail UK criminal screening results
This module contains the following fields
| Field | Usage |
|---|---|
| Connection | Establish a connection to your PeopleCheck account. |
| Screening ID | Identification of screening process. |
Other
Make an API Call
Performs an arbitrary authorized API call.
This module contains the following fields
| Field | Usage |
|---|---|
| Connection | Establish a connection to your PeopleCheck account. |
| URL | Enter a path relative to https://{{parameters.serverType}}.peoplecheck.co.uk. For example: /screeningsFor the list of available endpoints, refer to the
PeopleCheck Documentation
. |
| Method | Select the HTTP method you want to use:GET to retrieve information for an entry.POST to create a new entry.PUT to update/replace an existing entry.PATCH to make a partial entry update.DELETE to delete an entry. |
| Headers | Enter the desired request headers. You don’t have to add authorization headers; we already did that for you. |
| Query String | Enter the request query string. |
| Body | Enter the body content for your API call. |
