Spotify Web API v0.2.1 Spotify.Users View Source

For manipulating users.

Spotify Docs

Link to this section Summary

Types

The user’s date-of-birth. This field is only available when

the current user has granted access to the `user-read-birthdate` scope

The context the track was played from

The 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

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

The 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

Known public external URLs for this user

Information about the followers of this user

A link to the Web API endpoint for this user

The Spotify user ID for this user

The user’s profile image

The date and time the track was played

The 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

The track the user listened to

The object type: user

The Spotify URI for this user

Link to this section Types

Link to this type birthdate() View Source
birthdate() :: String.t()
The user’s date-of-birth. This field is only available when
the current user has granted access to the `user-read-birthdate` scope.
The context the track was played from.
The 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.
Link to this type display_name() View Source
display_name() :: String.t() | nil
The name displayed on the user’s profile. null if not available.
The 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.
Link to this type external_urls() View Source
external_urls() :: Spotify.ExternalUrls.t()
Known public external URLs for this user.
Information about the followers of this user.
A link to the Web API endpoint for this user.
The Spotify user ID for this user.
The user’s profile image.
The date and time the track was played.
The 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.
The track the user listened to.
The object type: `user`
The Spotify URI for this user.