Create an FTP user
SFTP Users
Create an FTP user
Create an FTP user that can connect to the tenant SFTP server to upload (inbound) or download (outbound) files.
POST
Create an FTP user
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
direction | Yes | download or upload |
name | Yes | Display name |
username | Yes | Login username (min 6 chars, unique) |
password | Yes | Password (write-only) |
password_confirmation | Yes | Must match password |
Notes
- On update, omitting
password(or sending it blank) leaves the existing password unchanged. - Creating an
uploadFTP user auto-provisions a default set of import templates.
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
N ftp user created successfully

