---
title: "Update user profile"
method: PUT
path: "/user"
---

# Update user profile

`PUT /user`

Updates your current user profile.

## Request body

- UpdateUserParams
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `company` string, nullable
  - `country` string, nullable
  - `first_name` string, nullable
  - `is_alerts_enabled` boolean, nullable
  - `is_subscribed_to_changelog` boolean, nullable — If true, the user will receive changelog updates via email.
  - `is_subscribed_to_marketing_emails` boolean, nullable — If true, the user will receive marketing emails from Tower.
  - `is_subscribed_to_newsletter` boolean, nullable — If true, the user will receive the Tower newsletter.
  - `last_name` string, nullable
  - `password` string, nullable
  - `promo_code` string, nullable

## Response `200`

OK

- UpdateUserResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `user` User, required
    - `company` string, required
    - `country` string, required
    - `created_at` string, date-time, required
    - `email` string, required
    - `first_name` string, required
    - `is_alerts_enabled` boolean, required
    - `is_confirmed` boolean, required
    - `is_invitation_claimed` boolean — This property is deprecated. It will be removed in a future version.
    - `is_subscribed_to_changelog` boolean, required
    - `last_name` string, required
    - `profile_photo_url` string, required
    - `promo_code` string, required

## Other responses

- `default` — Error

---

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