Skip to main content
POST
Update a user

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

ID of the user

Body

application/json
type
enum<string>
Available options:
individual
firstName
string
lastName
string
email
string
dateOfBirth
string<date>

Date of birth in format yyyy-mm-dd.

address
object

Address of the user.

ipAddress
string

IP address of the user.

signedAgreementId
string

ID of the signed agreement, fetched through the HIFI's Hosted Terms of Service Link POST /tos-link

Response

Success

id
string<uuid>

User ID

createdAt
string<date-time>

Data and time when the user was created

type
string
email
string
name
string
wallets
object