APIPrivateUser
extends PublicUser
The spotify api object containing details of a user's public and private details.
Properties:
Name | Type | Description |
---|---|---|
country | string | The country of the user, as set in the user’s account profile. |
display_name | "null" | string | The name displayed on the user’s profile. null if not available. |
string | The user’s email address, as entered by the user when creating their account. | |
explicit_content | ExplicitContentSettings | The user’s explicit content settings. OPTIONAL |
external_urls | ExternalUrl | Known external URLs for this user. |
followers | Followers | Information about the followers of the user. |
href | string | A link to the Web API endpoint for this user. |
id | string | The Spotify user ID for the user. |
images | Image[] | The user’s profile image. |
product | UserProductType | The user’s Spotify subscription level. OPTIONAL |
type | SpotifyType | The Spotify object type which will be 'User'. |
uri | string | The Spotify URI for the user. |