---
title: "Update user info"
method: PUT
path: "/user"
tags: ["user"]
---

# Update user info

`PUT /user`

Update the authenticated user info.

## Request body

- object
  - `email` string — User's email
  - `password` string, password — User's password
  - `facebook_id` string — User's facebook_id
  - `facebook_auth_token` string — User's facebook_auth_token
  - `first_name` string — User's first name
  - `last_name` string — User's last name
  - `notifications_new_music` boolean — New music notification flag
  - `notifications_account_billing` boolean — Account billing notification flag

## Response `200`

The user info has being updated correctly

---

[API](https://skmtc.net/zumba/apis/zumba-s-api.md) · [All operations](https://skmtc.net/zumba/apis/zumba-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zumba/zumba-s-api/revisions/90e715bcdf3d/schema)
