---
title: "Get current logged-in user info"
method: GET
path: "/me"
tags: ["Users"]
deprecated: true
---

# Get current logged-in user info

`GET /me`

> **Deprecated.**

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

## Response `200`

The user object.

- CurrentUser — 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` SSHKey[] — The list of user's public SSH keys.
    - `key_id` integer — The ID of the public key.
    - `uid` integer — The internal user ID.
    - `fingerprint` string — The fingerprint of the public key.
    - `title` string — The title of the public key.
    - `value` string — The actual value of the public key.
    - `changed` string — The time of the last key modification (ISO 8601)
  - `has_key` boolean — The indicator whether the user has a public ssh key on file or not.
  - `projects` object[]
    - `id` string — The unique ID string of the project.
    - `name` string — The name given to the project. Appears as the title in the user interface.
    - `title` string — The name given to the project. Appears as the title in the user interface.
    - `cluster` string — The machine name of the region where the project is located. Cannot be changed after project creation.
    - `cluster_label` string — The human-readable name of the region where the project is located.
    - `region` string — The machine name of the region where the project is located. Cannot be changed after project creation.
    - `region_label` string — The human-readable name of the region where the project is located.
    - `uri` string — The URL for the project's user interface.
    - `endpoint` string — The project API endpoint for the project.
    - `license_id` integer — The ID of the subscription.
    - `owner` string, uuid — The UUID of the owner.
    - `owner_info` OwnerInfo — Project owner information that can be exposed to collaborators.
      - `type` string — Type of the owner, usually 'user'.
      - `username` string — The username of the owner.
      - `display_name` string — The full name of the owner.
    - `plan` string — The plan type of the subscription.
    - `subscription_id` integer — The ID of the subscription.
    - `status` string — The status of the project.
    - `vendor` string — The machine name of the vendor the subscription belongs to.
    - `vendor_label` string — The machine name of the vendor the subscription belongs to.
    - `vendor_website` string, url — The URL of the vendor the subscription belongs to.
    - `vendor_resources` string — The link to the resources of the vendor the subscription belongs to.
    - `created_at` string, date-time — The creation date of the subscription.
  - `sequence` integer — The sequential ID of the user.
  - `roles` string[]
  - `picture` string, url — The URL of the user image.
  - `tickets` object — Number of support tickets by status.
  - `trial` boolean — The indicator whether the user is in trial or not.
  - `current_trial` object[]
    - `created` string, date-time — The ISO timestamp of the trial creation date time.
    - `description` string — The human readable trial description
    - `spend_remaining` string — Total spend amount of the voucher minus existing project costs for the existing billing cycle.
    - `expiration` string, date-time — Date the trial expires.

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
