Update a user
This endpoint allows an client to manually update a user data. Instead of users to self update.
PATCH
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Path Parameters
The ID of the user.
Body
application/json
The URL for the profile picture of the user.
The date of birth of the user. Format "YYYY-MM-DD HH:mm" (GMT/UTC+0)
The CPF of the user
The name of the user.
The phone of the user. Format "+55 11 999999999"
Response
200 - application/json
The URL for the profile picture of the user.
The date of birth of the user. Format "YYYY-MM-DD HH:mm" (GMT+0)
The CPF of the user
The e-mail of the user.
The ID of the user.
The name of the user.
The phone of the user.
The wallet address of the user.
Was this page helpful?