v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
admin

Add a public key on behalf of a user

post/admin/users/{username}/keys

Path parameters

usernamestring required

username of the user who is to receive a public key

Request body

keystring required

An armored SSH key to add

read_onlyboolean

Describe if the key has only read access or read/write

titlestring required

Title of the key to add

Response

PublicKey

created_atstring date-time

Created is the time when the key was added

fingerprintstring

Fingerprint is the key's fingerprint

idinteger

ID is the unique identifier for the public key

keystring

Key contains the actual SSH public key content

key_typestring

KeyType indicates the type of the SSH key

last_used_atstring date-time

Updated is the time when the key was last used

read_onlyboolean

ReadOnly indicates if the key has read-only access

titlestring

Title is the human-readable name for the key

urlstring

URL is the API URL for this key