latestOpenAPI 3.0.12026-08-10234260964.0 KB

6cc88fde6435

Users

Get current logged-in user info

Retrieve information about the currently logged-in user (the user associated with the access token).

get/me

Response

The user object.

idstring uuid

The UUID of the owner.

uuidstring uuid

The UUID of the owner.

usernamestring

The username of the owner.

display_namestring

The full name of the owner.

statusinteger

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

mailstring email

The email address of the owner.

has_keyboolean

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

sequenceinteger

The sequential ID of the user.

rolesstring[]
picturestring url

The URL of the user image.

ticketsobject

Number of support tickets by status.

trialboolean

The indicator whether the user is in trial or not.