v1

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

Get user profile

Returns the profile for the logged in user

get/user/profile

Response

successful operation

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 response

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