v1
latestOpenAPI 3.1.02026-07-24590534.0 KBEdit Sub-account details
Update sub-account information.
put/users/{user_id}
Path parameters
user_idstring required
The User ID. Use 'me' if fetching wallets of main authenticated user, use the user_id if fetching for Sub-account linked to the authenticated user.
Request body
Response
200
Example response
{
"status": "success",
"message": "Successful",
"data": {
"id": "fxxwu3kc",
"sn": "QDXR3E7XPRQ",
"email": "teste@gmail.com",
"first_name": "test",
"last_name": "tester",
"created_at": "2021-11-15T18:33:03.000Z",
"updated_at": "2021-11-15T18:35:59.789Z"
}
}