---
title: "Retrieves the authenticated user's profile."
method: GET
path: "/dx/api/people/v1/auth/profile"
tags: ["Authentication"]
---

# Retrieves the authenticated user's profile.

`GET /dx/api/people/v1/auth/profile`

Returns profile details for the authenticated user, optionally including permissions based on the query parameter.

## Response `200`

User profile retrieval successful.

## Other responses

- `401` — Unauthorized. The request is missing a valid session.
- `404` — User profile not found.

---

[API](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server.md) · [All operations](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hcl-tech-software/people-api-v1-server/versions/2267cfc94cf0/schema)
