---
title: "GET /users/{id}/"
method: GET
path: "/users/{id}/"
tags: ["users"]
---

# GET /users/{id}/

`GET /users/{id}/`

Retrieve a user by id.

## Response `200`

- object
  - `id` integer
  - `email` string, email, required — Email of the user
  - `full_name` string, nullable — Full name of the degree
  - `display_name` string, nullable — Name of the user to display - can be different from the full name
  - `phone_number` string, nullable — Phone number of the user
  - `picture` string, uri, nullable — Link to the picture of the user

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/revisions/59053f2da83c/schema)
