Add Background Check Evidence
Step 1: Get list of personnel
Get the list of personnel in Drata and filter it by background check compliance. This will give you a list of all personnel in Drata that are not compliant for having a background check. Choose a personnel that you’d like to upload evidence for and take note of their personnel and user ID.
- Node.js
- JavaScript
- curl
- Python
- C#
- Java
- PHP
Loading...
Step 2: Upload evidence for that personnel
For the user ID you selected above in Step 1, upload evidence of a background check.
- Payload
- Node.js
- JavaScript
- curl
- Python
- C#
- Java
- PHP
application/json
{- "filedAt": "2020-07-06"
}
Loading...
Step 3: Confirm upload has updated personnel’s compliance
To confirm the upload has updated the personnel’s compliance from Step 2, get the personnel’s details from Drata using the personnel ID.
- Node.js
- JavaScript
- curl
- Python
- C#
- Java
- PHP
Loading...
Step 4: Repeat for each personnel failing background check compliance
Repeat Steps 2-3 above with all the personnel failing background check compliance you identified in step 1.