PUT
/
users
/
{userId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

UUID of the user

Required string length: 36

Body

application/json

User fields that can be updated on dashboard or through the rest API which do not involve any uniqueness checks or further verification

alias
string
Maximum length: 255
btcWallet
string | null

BTC wallet address

ckbWallet
string | null

CKB wallet address

country
string | null

Standard ISO 3166-1 alpha-2 two-letter country code

Maximum length: 255
discordNotification
boolean
dogeWallet
string | null

DOGE wallet address

emailNotification
boolean
firstName
string
Maximum length: 255
id
string
Required string length: 36
jobTitle
string
Maximum length: 255
kasWallet
string | null

KAS wallet address

kdaWallet
string | null

KDA wallet address

lastName
string
Maximum length: 255
ltcWallet
string | null

LTC wallet address

metadata
object
mfaBackupCodeAcknowledgement
enum<string> | null
Available options:
pending,
complete
newsletterNotification
boolean
phoneNumber
string
Maximum length: 255
team
string
Maximum length: 255
tShirtSize
string
Maximum length: 255
username
string | null

Alphanumeric with slugs and underscores username

Maximum length: 255

Response

200 - application/json
user
object