Modify a user
PATCH /user/{id|username}
PATCH
/user/{id|username}
Authorizations
Parameters
Path Parameters
id|username
required
string
The ID or username of the user
Request Body
Modified user fields
object
username
required
The user’s username
string
name
The user’s display name
string
email
The user’s email (only displayed if requesting your own account). Requires USER_READ_EMAIL
PAT scope.
string format: email
bio
A description of the user
string
payout_data
Various data relating to the user’s payouts status (you can only see your own)
object
balance
The payout balance available for the user to withdraw (note, you cannot modify this in a PATCH request)
integer
payout_wallet
The wallet that the user has selected
string
payout_wallet_type
The type of the user’s wallet
string
payout_address
The user’s payout address
string
Responses
204
Expected response to a valid request
401
Incorrect token scopes or no authorization to access the requested item(s)
object
error
required
The name of the error
string
description
required
The contents of the error
string
404
The requested item(s) were not found or no authorization to access the requested item(s)