---
title: "Get information about the current user"
method: GET
path: "/user"
tags: ["Users"]
---

# Get information about the current user

`GET /user`

## Response `200`

A User record

- User
  - `id` number
  - `name` string
  - `color` string
  - `username` string
  - `time_zone` string
  - `created_at` string, dateTime
  - `updated_at` string, dateTime

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

---

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