Create new ftp accountAsk AIpost https://api.rocket.net/v1/sites/{id}/ftp/accountsEndpoint that can be used to create a new ftp account for given site.Path ParamsidintegerrequiredID of the Site you are interacting withBody ParamsNew ftp account parametersusernamestringrequiredFTP account username (without domain)passwordstringrequiredPassword for the FTP accounthomedirstringrequiredDocument root for the FTP account (relative the user's home directory)quotaintegerrequiredDefaults to 0FTP disk space quota in MB (0 = unlimited)domainstringrequiredResponses 200OK 400Bad Request 401Authentication failed 403Not authorized to access endpoint 404Given site not found for user 405Invalid input 500Internal errorUpdated 6 months ago