---
title: "View User Profile"
method: GET
path: "/users/profile/{user_id}"
tags: ["Identity"]
---

# View User Profile

`GET /users/profile/{user_id}`

Describes an User by ID. This provides detailed information about a user profile

## Path parameters

- `user_id` string, required

## Response `200`

Success

- ProfileResponse
  - `user_id` string — user id
  - `source_user_id` string — source user id
  - `username` string — username
  - `status` string — status
  - `email` string — email
  - `first_name` string — first name
  - `last_name` string — last name
  - `timezone` string — timezone
  - `mobile` string — mobile number
  - `sso_userid` string — sso user id
  - `access_key` string — access_key
  - `valid_till` string — valid date
  - `last_login_time` string — last login time
  - `preferred_language` 'en' | 'ja' — Preferred language of the user.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
