Spotify Web API v0.1.0 Spotify.Users.UserPrivate View Source

A private User object.

KeyValue Description
birthdateThe user’s date-of-birth. This field is only available when the current user has granted access to the user-read-birthdate scope.
countryThe country of the user, as set in the user’s account profile. An ISO 3166-1 alpha-2 country code. This field is only available when the current user has granted access to the user-read-private scope.
display_nameThe name displayed on the user’s profile. null if not available.
emailThe user’s email address, as entered by the user when creating their account. Important! This email address is unverified; there is no proof that it actually belongs to the user. This field is only available when the current user has granted access to the user-read-email scope.
external_urlsKnown external URLs for this user.
followersInformation about the followers of the user.
hrefA link to the Web API endpoint for this user.
idThe Spotify user ID for the user
imagesThe user’s profile image.
productThe user’s Spotify subscription level: “premium”, “free”, etc. (The subscription level “open” can be considered the same as “free”.) This field is only available when the current user has granted access to the user-read-private scope.
typeThe object type: “user”
uriThe Spotify URI for the user.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Users.UserPrivate{birthdate: String.t(), country: String.t(), display_name: String.t(), email: String.t(), external_urls: Spotify.ExternalUrls.t(), followers: Spotify.Followers.t(), href: String.t(), id: String.t(), images: [Spotify.Image.t()], product: String.t(), type: String.t(), uri: String.t()}