Add HIPAA Training Evidence
Step 1: Get list of personnel
Get the list of personnel in Drata. By using theexpand[]=complianceChecks
query parameter, you will get a list of all personnel in Drata
with compliance checks including the HIPAA_TRAINING
check. (e.g. GET /public/v2/personnel?expand[]=complianceChecks
)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: Attach file for that personnel
For the user ID you selected above in Step 1, attach a file for evidence of completed HIPAA training.
- Payload
- Node.js
- JavaScript
- curl
- Python
- C#
- Java
- PHP
No sample
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. Use theexpand[]=complianceChecks
query parameter to see the compliance checks for the user (e.g. GET /public/v2/personnel/1?expand[]=complianceChecks
).- Node.js
- JavaScript
- curl
- Python
- C#
- Java
- PHP
Loading...
Step 4: Repeat for each personnel failing HIPAA training compliance
Repeat Steps 2-3 above with all the personnel failing HIPAA training compliance you identified in step 1.