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.

To use the PeopleCheck modules, you must have a PeopleCheck account. You can create an account at http://peoplecheck.co.uk .

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:

  1. Have or set up a PeopleCheck Account.
  2. Email PeopleCheck at contact@peoplecheck.co.uk to receive your API key.
  3. To establish the connection in Make, insert a PeopleCheck module into a scenario. Under Connection, click Create a connection.
  4. The Create a Connection dialog appears.
  5. Optional: In the Connection name field, enter a name for the connection.
  6. Enter your BPT App License Key.
  1. Enter your API key.
  2. Choose the Server Type.
  • There are two option Live and Stage.
  1. 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

FieldUsage
ConnectionEstablish a connection to your PeopleCheck account.
Full-NameCandidate’s Name
Email AddressCandidate’s personal email address.
Phone NumberCandidate’s personal Phone Number.
PackageSelect a package from the dropdown to choose a predefined combination of background screening components tailored to your account.
CommentGeneral comment about employee/project code.
ProjectAny 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

FieldUsage
ConnectionEstablish a connection to your PeopleCheck account.
LimitMaximum number of returned results (bundles).

Get a Check Request

Getting details about check requested

This module contains the following fields

FieldUsage
ConnectionEstablish a connection to your PeopleCheck account.
Request IDIdentification of the Candidate’s check request

Cancel Check Request

Cancel a check request

This module contains the following fields

FieldUsage
ConnectionEstablish a connection to your PeopleCheck account.
Request IDIdentification of the Candidate’s check request

Resend a Check Request

Resend an email for a requested check.

This module contains the following fields

FieldUsage
ConnectionEstablish a connection to your PeopleCheck account.
Request IDIdentification of the Candidate’s check request

Screening

Get a Screening

Detailed identity screening results

This module contains the following fields

FieldUsage
ConnectionEstablish a connection to your PeopleCheck account.
Screening IDIdentification of screening process.

Get all Screenings

Detailed screening progress by ID

This module contains the following fields

FieldUsage
ConnectionEstablish a connection to your PeopleCheck account.
Request IDIdentification of screening process.
StatusSelect the Status of the Screen

Get Identity Screening Results

Detailed identity screening results

This module contains the following fields

FieldUsage
ConnectionEstablish a connection to your PeopleCheck account.
Screening IDIdentification of screening process.

Get Alias Screening Results

Detail other names (alias) screening results.

This module contains the following fields

FieldUsage
ConnectionEstablish a connection to your PeopleCheck account.
Screening IDIdentification of screening process.

Get Right-to-Work Screening Results

Detail right to work screening results

This module contains the following fields

FieldUsage
ConnectionEstablish a connection to your PeopleCheck account.
Screening IDIdentification of screening process.

Get Criminal Screening Results

Detail UK criminal screening results

This module contains the following fields

FieldUsage
ConnectionEstablish a connection to your PeopleCheck account.
Screening IDIdentification of screening process.

Other

Make an API Call

Performs an arbitrary authorized API call.

This module contains the following fields

FieldUsage
ConnectionEstablish a connection to your PeopleCheck account.
URLEnter a path relative to https://{{parameters.serverType}}.peoplecheck.co.uk. For example: /screeningsFor the list of available endpoints, refer to the PeopleCheck Documentation .
MethodSelect 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.
HeadersEnter the desired request headers. You don’t have to add authorization headers; we already did that for you.
Query StringEnter the request query string.
BodyEnter the body content for your API call.