v1

latestOpenAPI 3.0.32026-07-139687282.9 KB
Users

Get User's Profile

Get public profile information about a Spotify user.

get/users/{user_id}

Path parameters

user_idstring required

The user's Spotify user ID.

Example:smedjan

Response

A user

display_namestring nullable

The name displayed on the user's profile. null if not available.

hrefstring

A link to the Web API endpoint for this user.

idstring

The Spotify user ID for this user.

type'user'

The object type.

uristring

The Spotify URI for this user.

Example response

{
  "images": [
    {
      "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
      "height": 300,
      "width": 300
    }
  ]
}