Announcements

Help Wizard

Step 1

NEXT STEP

Type Parameter Artist/Manager/User when Get Current Users Profile

Type Parameter Artist/Manager/User when Get Current Users Profile

 Hello everyone,

 

 I have got one question when implementing the Get Current Users profile .

 

 

 

 

 

 

{
    "country": "SE",
    "display_name": "JM Wizzler",
    "email": "**bleep**",
    "external_urls": {
        "spotify": "https://open.spotify.com/user/wizzler"
    },
    "followers": {
        "href": null,
        "total": 3829
    },
    "href": "https://api.spotify.com/v1/users/wizzler",
    "id": "wizzler",
    "images": [
        {
            "height": null,
            "url": "https://fbcdn-profile-a.akamaihd.net/hprofile-ak-frc3/t1.0-1/1970403_10152215092574354_1798272330_n.jpg",
            "width": null
        }
    ],
    "product": "premium",
    "type": "user",
    "uri": "spotify:user:wizzler"
}

 

 

 

 

 

 

 

 

 

 

 

The  type param will always be user or if an Artist/Manager  the request will be something like artist/manager ?

 

 My application Use Case has different scenarios to deal with Users/Artists/Managers. It would be nice to know in the endpoint has what type of user each one is.

 

Thank you,

 

Reply
0 Replies

Suggested posts