Upload Document
Upload a document for user by user id.
Parameters
Parameter | Description |
---|---|
Document Type | The user document type. |
File Identifier | The identifier of the file. You can create a file identifier using the Set File Variable action. |
User ID | - |
Example Output
{
"id": 1,
"name": "Security Training",
"type": "SEC_TRAINING",
"fileUrl": "http://localhost:5000/download/documents/1",
"createdAt": "2020-07-06 12:00:00.000000",
"updatedAt": "2020-07-06 12:00:00.000000"
}
Workflow Library Example
Upload Document with Drata and Send Results Via Email
Preview this Workflow on desktop