v1

latestOpenAPI 3.0.3AGPL-3.0-only2026-07-17120116247.0 KB
user APIs

Update user profile

Allows to update the profile for the logged in user

put/user/profile

Request body

emailstring email
descriptionstring
allow_api_key_authboolean

If enabled, you can impersonate this user, in REST API, using an API key. If disabled user credentials are required for impersonation

public_keysstring[]

Example request

{
  "public_keys": [
    "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEUWwDwEWhTbF0MqAsp/oXK1HR2cElhM8oo1uVmL3ZeDKDiTm4ljMr92wfTgIGDqIoxmVqgYIkAOAhuykAVWBzc= user@host"
  ]
}

Response

successful operation

messagestring

message, can be empty

errorstring

error description if any