cURL
curl --request PATCH \ --url https://api.machines.cash/consumer/v1/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "ok": true, "data": {}, "summary": "success" }
Update current user profile
When to use this: Update editable user profile fields.
Required scope: users.write.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
Success
Show child attributes