provider Users GET /users/{user_id}
@utdk/spotify /users/{user_id}
Get User's Profile
Get public profile information about a Spotify user.
user_id path required
string

Try it

Authentication
Configure credentials for Spotify Web API
getUsersProfile
GET/users/{user_id}
Get public profile information about a Spotify user.

Parameters

required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import spotify from '@utdk/spotify';

await spotify.getUsersProfile()