Skip to main content
GET
/
me
Error
A valid request URL is required to generate request examples
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "username": "<string>",
  "display_name": "<string>",
  "status": 123,
  "mail": "jsmith@example.com",
  "ssh_keys": [
    {
      "key_id": 123,
      "uid": 123,
      "fingerprint": "<string>",
      "title": "<string>",
      "value": "<string>",
      "changed": "<string>"
    }
  ],
  "has_key": true,
  "projects": [
    {
      "id": "<string>",
      "name": "<string>",
      "title": "<string>",
      "cluster": "<string>",
      "cluster_label": "<string>",
      "region": "<string>",
      "region_label": "<string>",
      "uri": "<string>",
      "endpoint": "<string>",
      "license_id": 123,
      "owner": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "owner_info": {
        "type": "<string>",
        "username": "<string>",
        "display_name": "<string>"
      },
      "plan": "<string>",
      "subscription_id": 123,
      "status": "<string>",
      "vendor": "<string>",
      "vendor_label": "<string>",
      "vendor_website": "<string>",
      "vendor_resources": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "sequence": 123,
  "roles": [
    "<string>"
  ],
  "picture": "<string>",
  "tickets": {},
  "trial": true,
  "current_trial": [
    {
      "created": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "spend_remaining": "<string>",
      "expiration": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

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.

trial
boolean

The indicator whether the user is in trial or not.

current_trial
object[]