---
title: "Get information about the currently authenticated user"
method: GET
path: "/users/me"
tags: ["Users"]
---

# Get information about the currently authenticated user

`GET /users/me`

Get information about the currently authenticated user, such as name and email.

## Response `200`

User information

- User
  - `email` string, required
  - `userId` string, required
  - `firstname` string, required
  - `lastname` string, required

---

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