PATCH
/
account
/
users
/
{userId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Path Parameters

userId
string
required

The ID of the user.

Body

application/json
avatarUrl
string

The URL for the profile picture of the user.

birthDate
string

The date of birth of the user. Format "YYYY-MM-DD HH:mm" (GMT/UTC+0)

cpf
string

The CPF of the user

name
string

The name of the user.

phone
string

The phone of the user. Format "+55 11 999999999"

Response

200 - application/json
avatarUrl
string

The URL for the profile picture of the user.

birthDate
string

The date of birth of the user. Format "YYYY-MM-DD HH:mm" (GMT+0)

cpf
string

The CPF of the user

email
string

The e-mail of the user.

id
string

The ID of the user.

name
string

The name of the user.

phone
string

The phone of the user.

walletAddress
string

The wallet address of the user.

Was this page helpful?