Skip to main content
Version: 5.1.1

Profiles

GetPrivateProfile

Get detailed profile information about the current user (including the current user’s username).

Parameters

NameDescriptionExample

Returns a PrivateProfile

Usage

PrivateUser user = _spotify.GetPrivateProfile();
Console.WriteLine(user.DisplayName);

GetPublicProfile

Get public profile information about a Spotify user.

Parameters

NameDescriptionExample
userIdThe user's Spotify user ID.EXAMPLE

Returns a PublicProfile

Usage