PowerPlatformConnectors/certified-connectors/InfoVetted
Stephen 538888d10d
InfoVetted (Certified Connector) Version 1.0.1 Expand Vetting Request Payload (#3533)
* InfoVetted Certified connector

* Update Title and other errors

* Update ReadMe

* Update ReadMe

* Open up DBS vetting request and information
2024-06-11 20:33:02 +05:30
..
apiDefinition.swagger.json InfoVetted (Certified Connector) Version 1.0.1 Expand Vetting Request Payload (#3533) 2024-06-11 20:33:02 +05:30
apiProperties.json InfoVetted (Certified connector) (#3521) 2024-05-31 21:01:36 +05:30
readme.md InfoVetted (Certified Connector) Version 1.0.1 Expand Vetting Request Payload (#3533) 2024-06-11 20:33:02 +05:30

readme.md

InfoVetted Vetting Connector

InfoVetted provides a connector to request pre-employment vetting services such as Identity Verification (IDV), Right to Work (RTW), and Disclosure & Barring Service (DBS).

The connector also supports querying the status of a requested check and downloading the vetting results as a PDF.

Publisher: InfoVetted

Prerequisites

  • API key is required, must sign up and registered your business at InfoVetted to use the connector.

Supported Operations

The connector supports the following operations:

Process Check

Request a vetting check. The following check types are available:

  • RightToWork = 0
  • StandardDBS = 1
  • EnhancedDBS = 2
  • BasicDBS = 3

If requesting a DBS vetting check use one of the following employment sectors

Employment Sectors

  • LocalGovernment = 0
  • CentralGovernment = 1
  • PublicSectorOther = 2
  • NHS = 3
  • PresechoolEducation = 4
  • SecondaryEducation = 5
  • AcademyEducation = 6
  • FurtherEducation = 7
  • HigherEducation = 8
  • IndependentEducation = 9
  • VoluntaryCharity = 10
  • PrivateHealthcare = 11
  • AgricultureForestryAndFishing = 12
  • MiningAndQuarrying = 13
  • Manufacturing = 14
  • Retail = 15
  • EnergyAndAirConditioning = 16
  • WaterandWasteManagement = 17
  • Construction = 18
  • TradeOrRepairOfVehicles = 19
  • TransportationAndStorage = 20
  • AccommodationAndFoodService = 21
  • InformationAndCommunication = 22
  • FinancialAndInsurance = 23
  • RealEstateActivities = 24
  • ProfessionalTechnical = 25
  • AdministrativeAndSupport = 26
  • SocialCare = 27
  • ArtsAndEntertainment = 28
  • LeisureSportAndTourism = 29
  • FosterAndAdoption = 30
  • ChildCare = 31
  • Drivers = 32
  • LawEnforcementAndSecurity = 33
  • RecruitmentAndHR = 34

Vetting status updates will be sent to the (optional) webhook address provided in the following format

Webhook POST payload JSON:

{
    "CheckId": "",
    "Status": 0,
    "StatusDescription": ""
}

Statuses:

  • NotStarted = 0,
  • InProgress = 1,
  • Complete = 2,
  • Deleted = 3,
  • PendingApproval = 4,
  • Rejected = 5,
  • Expired = 6,
  • Archived = 7,
  • Unknown = 8

Vetting Status

Returns the vetting status of the requested check

Statuses:

  • NotStarted = 0,
  • InProgress = 1,
  • Complete = 2,
  • Deleted = 3,
  • PendingApproval = 4,
  • Rejected = 5,
  • Expired = 6,
  • Archived = 7,
  • Unknown = 8

PDF Export

Returns a PDF result for the completed vetting

Obtaining Credentials

Your API Key can be obtained within the InfoVetted portal under Settings => API Keys => Primary Key.

InfoVetted API Keys

You must have an active subscription for the relevant product or have invoicing enabled

Known Issues and Limitations

No known issues

Support

For any questions please contact InfoVetted Ltd here or fire an email to info@infovetted.com

Deployment Instructions

Please use these instructions to deploy this connector as custom connector in Microsoft Power Automate and Power Apps