users
Updates an existing user profile
put/users/{id}
Path parameters
idstring required
A User ID
Query parameters
user_idstring required
The user ID of the user making the request
Request body
Example request
{
"artist_pick_track_id": "x5pJ3Az",
"playlist_library": {
"contents": [
{
"contents": [
{
"playlist_id": 1234
}
]
}
]
},
"events": {
"referrer": "k9Xm5Pz"
}
}Response
User updated successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.