---
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.

---

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