---
title: "GET /users/{user_id}"
method: GET
path: "/users/{user_id}"
---

# GET /users/{user_id}

`GET /users/{user_id}`

[Get a User's Profile](https://developer.spotify.com/web-api/get-users-profile/)

## Path parameters

- `user_id` string, required

## Response `200`

OK

- UserProfile
  - `displayName` string — The name displayed on the user's profile.
  - `external_urls` object — Known external URLs for this user.
  - `followers` Followers — Information about the followers of the artist.
    - `href` string — A link to the Web API endpoint providing full details of the followers; null if not available.
    - `total` integer — The total number of followers.
  - `href` string — A link to the Web API endpoint for this user.
  - `id` string — The Spotify ID for this user.
  - `type` string — The object type: 'user'
  - `uri` string — The Spotify URI for the user.

---

[API](https://skmtc.net/isa-group/apis/spotify.md) · [All operations](https://skmtc.net/isa-group/apis/spotify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/isa-group/spotify/versions/acd86d5cc241/schema)
