---
title: "Get current user info"
method: GET
path: "/auth/me"
tags: ["Authentication"]
---

# Get current user info

`GET /auth/me`

Get information about the currently authenticated user

## Response `200`

Returns user id, username, and name

- object

## Other responses

- `401` — Unauthorized
- `404` — User not found

---

[API](https://skmtc.dev/ibm/apis/ai-services-catalog-api.md) · [All operations](https://skmtc.dev/ibm/apis/ai-services-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/ai-services-catalog-api/revisions/b6ffcee23f74/schema)
