Skip to main content
GET
Get current logged-in user info

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The user object.

The user object.

id
string<uuid>

The UUID of the owner.

uuid
string<uuid>

The UUID of the owner.

username
string

The username of the owner.

display_name
string

The full name of the owner.

status
integer

Status of the user. 0 = blocked; 1 = active.

mail
string<email>

The email address of the owner.

ssh_keys
object[]

The list of user's public SSH keys.

has_key
boolean

The indicator whether the user has a public ssh key on file or not.

projects
object[]
sequence
integer

The sequential ID of the user.

roles
string[]

The user role name.

picture
string<url>

The URL of the user image.

tickets
object

Number of support tickets by status.

Last modified on June 16, 2026