---
title: "Creates a new FTP user."
method: POST
path: "/1/vod/channel/{channel}/ftp/user"
tags: ["V2 > FtpUser"]
---

# Creates a new FTP user.

`POST /1/vod/channel/{channel}/ftp/user`

## Path parameters

- `channel` integer, required

## Request body

- object
  - `channel_id` integer, required — <br/>This field must exist on the `channels` database in the `id` column.
  - `password` string, required
  - `permissions` string, required
  - `description` string
  - `active` boolean, required
  - `msg_login` string
  - `msg_quit` string

## Response `201`

Created

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` Acfc41a0FtpUser
    - `username` string, required
    - `password` string, required
    - `permissions` string, required
    - `description` string
    - `active` boolean, required
    - `msg_login` string
    - `msg_quit` string

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
