API Reference
These docs are for v2.3. Click to read the latest docs for v3.0.

Adds a file to a folder for a person

Sample Request:

POST /api/v2.0/people/1234/files/General

This endpoint requires all data to be in the body of the request
and Content-type header to be set to "form-data".

Required
"file"                The file to upload
"description"         A description of the file.

Required Permission(s): Misc.ManageFiles

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!