SpotifyApiSpotify LogoJS

APIPrivateUser

extends PublicUser

The spotify api object containing details of a user's public and private details.

https://developer.spotify.com/documentation/web-api/reference/#object-privateuserobject

Properties:

NameTypeDescription
countrystringThe country of the user, as set in the user’s account profile.
display_name"null" | stringThe name displayed on the user’s profile. null if not available.
emailstringThe user’s email address, as entered by the user when creating their account.
explicit_contentExplicitContentSettingsThe user’s explicit content settings.
OPTIONAL
external_urlsExternalUrlKnown external URLs for this user.
followersFollowersInformation about the followers of the user.
hrefstringA link to the Web API endpoint for this user.
idstringThe Spotify user ID for the user.
imagesImage[]The user’s profile image.
productUserProductTypeThe user’s Spotify subscription level.
OPTIONAL
typeSpotifyTypeThe Spotify object type which will be 'User'.
uristringThe Spotify URI for the user.