User Evidence

This document describes the API for creating Evidence for a User.

Create a User Evidence

Uploads evidence for a User.

Securityheader_authorization
Request
path Parameters
user_id
required
string <uuid>

The id of the user to attach the evidence

query Parameters
document_type
string

The type of evidence being uploaded for this user

Enum: "background_check_report" "ccpa_training_screenshot" "gdpr_training_screenshot" "hipaa_training_screenshot" "password_manager_screenshot" "password_policy_screenshot" "pci_secure_code_training_screenshot" "pci_training_screenshot" "security_training_screenshot" "security_training_new_hire_screenshot"
Request Body schema: multipart/form-data
optional
file
string <binary>

File which you want to attach as evidence

Responses
400

Bad Request

401

Unauthorized

403

Forbidden

404

Resource not found

default
post/users/{user_id}/evidences
Request samples
Response samples
application/json
{
  • "data": {
    },
  • "includes": { }
}