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/#
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.
🔗 For more information on how to acquire an App License Key, refer to the License Activation page.
- 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. If your connection requires reauthorization at any point, follow the connection renewal steps here .
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 Request 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
Cancelling 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 |
Resend a Check Request
Re-sending email to 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 |
Screening
Get all Screenings
Detail 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 all Requested Checks
Listing checks requested already running
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
Detail 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. |
Get Criminal Screening Results
Watch for when a screening occurs
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: /screenings For 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. |