users
Creates a new user
post/users
Request body
Example request
{
"user_id": "p9Km2Lx",
"handle": "newartist",
"wallet": "0x1234...",
"name": "New Artist",
"playlist_library": {
"contents": [
{
"contents": [
{
"playlist_id": 1234
}
]
}
]
},
"events": {
"referrer": "k9Xm5Pz"
}
}Response
User created successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.