Upload file for a specific user

This endpoint allows users to upload a file associated with their user ID. The file should be in binary format and can include various types such as images, documents, compressed files, text files, videos, audio, and rich text format.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Name Type Description
userId string The user to be associated with file.
file file The file to be uploaded.
Path Params
string
required

The user ID associated with the file. This is a unique identifier for the user.

Query Params
string
enum
required

The type of the file to be uploaded. Specify one of the following unique file types:

  - logo
  - resource
  - goaltasks
  - document
  - esignature
  - images
  - messages
Allowed:
Body Params
file

The file to be uploaded. This should be a binary file and can include various types of files such as images,
The file to be uploaded. This should be a binary file and can include the following types:

  - **Images**: `jpeg`, `png`, `jpg`, `svg`, `bmp`, `gif`
  - **Documents**: `pdf`, `docx`, `xls`, `pptx` 
  - **Compressed Files**: `zip`, `x-7z-compressed`, `vnd.rar`
  - **Text Files**: `csv`, `plain`
  - **Videos**: `mp4`, `mpeg`, `mov`, `hevc`, `quicktime`
  - **Audio**: `mp3`
  - **Rich Text Format**: `rtf`
Response
201
Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!