Create SSH Key
Summary
Adds a new ssh key for a user account. Users who are not site administrators can only add SSH Keys for their own user account. Site administrators can create SSH Keys for any user.
Endpoint
POST https://mysite.files.com/api/v2/shares
Replace mysite.files.com with your site address.
Request Body Schema
Name | Data Type | Notes |
---|---|---|
userId | integer | Required. The internal ID of the user to associate with the SSH Key |
publicKey | string | Required. Public Key contents. You can provide the Public Key as formatted from the ssh-keygen command or a standard rfc-4716 format. |