users
Update a user
PUT
/
users
/
{userId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
userId
string
requiredUUID 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
id
string
Required string length:
36
alias
string
Maximum length:
255
firstName
string
Maximum length:
255
lastName
string
Maximum length:
255
jobTitle
string
Maximum length:
255
phoneNumber
string
Maximum length:
255
metadata
object
mfaBackupCodeAcknowledgement
enum<string> | null
Available options:
pending
, complete
tShirtSize
string
Maximum length:
255
team
string
Maximum length:
255
policiesConsent
boolean
country
string | null
Standard ISO 3166-1 alpha-2 two-letter country code
Maximum length:
255
username
string | null
Alphanumeric with slugs and underscores username
Maximum length:
255
btcWallet
string | null
BTC wallet address
kdaWallet
string | null
KDA wallet address
ltcWallet
string | null
LTC wallet address
ckbWallet
string | null
CKB wallet address
kasWallet
string | null
KAS wallet address
dogeWallet
string | null
DOGE wallet address
emailNotification
boolean
discordNotification
boolean
newsletterNotification
boolean
Response
200 - application/json
user
object
Was this page helpful?