---
title: "Returns the user object for the account authorized and making this request."
method: GET
path: "/admin/user/self"
tags: ["User Management"]
---

# Returns the user object for the account authorized and making this request.

`GET /admin/user/self`

Request the user object for an authorized requesting account.

## Response `200`

The authorized user.

- User
  - `user_key` string, required
  - `login_email` string, required
  - `deleted_at` string — A timestamp that marks when a user was deleted. It is in the format yyyy-mm-ddThh:mm:ss.SZ. The timezone will always be UTC.
  - `checksum` string, required

## Other responses

- `default` — Unexpected error.

## Changes

- **2017-08-24** `b4eaa8c05b06` — 3 info
  - api tag `User Management` added
  - api tag `User` removed
  - added the success response with the status `200`
- **2017-08-24** `b276bbe7e2da` — 1 info
  - endpoint added
- **2017-02-02** `f370f7dbbd05` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/turbinelabs/apis/turbine-labs-api/changes/admin/user/self/get.md)

---

[API](https://skmtc.dev/turbinelabs/apis/turbine-labs-api.md) · [All operations](https://skmtc.dev/turbinelabs/apis/turbine-labs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/turbinelabs/turbine-labs-api/revisions/47fce18aa12f/schema)
