APIPublicUser
The spotify api object containing details of a user's public details.
Properties:
| Name | Type | Description |
|---|---|---|
| display_name | "null" | string | The name displayed on the user’s profile. null if not available. |
| external_urls | ExternalUrl | Known external URLs for this user. |
| followers | Followers | Information about the followers of the user. OPTIONAL |
| 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. OPTIONAL |
| type | SpotifyType | The Spotify object type which will be 'User'. |
| uri | string | The Spotify URI for the user. |