---
title: "Gets the minimal authenticated user."
method: GET
path: "/v1/users/authenticated"
tags: ["Accounts"]
---

# Gets the minimal authenticated user.

`GET /v1/users/authenticated`

## Response `200`

OK

- RobloxUsersApiAuthenticatedGetUserResponse — A response model representing absolute minimal authenticating user information. No new attributes should be added to this response since it is in the critical path of app launch and we want to minimize dependencies.
  - `id` integer — The user Id.
  - `name` string — The user name.
  - `displayName` string — The user DisplayName.

## Other responses

- `401` — 0: Authorization has been denied for this request.

---

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