API-ReferenzSSH/SFTP-BenutzerSSH/SFTP User The SSH/SFTP User API allows you to manage your SSH/SFTP users within a project. GETGet all SFTPUsers for a Project./v2/projects/{projectId}/sftp-users/POSTCreate an SFTPUser for a Project./v2/projects/{projectId}/sftp-users/GETGet all SSHUsers for a Project./v2/projects/{projectId}/ssh-users/POSTCreate an SSHUser for a Project./v2/projects/{projectId}/ssh-users/GETGet an SFTPUser./v2/sftp-users/{sftpUserId}/PATCHUpdate an SFTPUser./v2/sftp-users/{sftpUserId}/DELETEDelete an SFTPUser./v2/sftp-users/{sftpUserId}/GETGet an SSHUser./v2/ssh-users/{sshUserId}/PATCHUpdate an SSHUser./v2/ssh-users/{sshUserId}/DELETEDelete an SSHUser./v2/ssh-users/{sshUserId}/