---
title: "Put user information."
method: PUT
path: "/users/{user_id}"
tags: ["user"]
deprecated: true
---

# Put user information.

`PUT /users/{user_id}`

> **Deprecated.**

## Path parameters

- `user_id` integer, required

## Request body

- UserUpdateRequest
  - `country_of_residence` string
  - `email` string
  - `first_name` string
  - `last_name` string
  - `locale` string
  - `phone_number` string
  - `state` string
  - `timezone` string
  - `zipcode` string

## Response `200`

successful operation

- UserResponse
  - `active` boolean, nullable
  - `country_of_residence` string, nullable
  - `created_time` string, date-time
  - `email` string
  - `email_verified` boolean
  - `first_name` string
  - `id` integer
  - `is_internal` boolean, nullable
  - `last_name` string
  - `locale` string, nullable
  - `password` string
  - `phone_number` string, nullable
  - `registered` boolean, nullable
  - `state` string, nullable
  - `updated_time` string, date-time
  - `use_fast_entry_audio` boolean, nullable
  - `use_fast_entry_photo` boolean, nullable
  - `use_fast_entry_text` boolean, nullable
  - `use_local_photo` boolean, nullable
  - `use_search_by_photo` boolean, nullable
  - `use_search_by_text` boolean, nullable
  - `zipcode` string, nullable

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rxfoodapp/inneranalytics-mnt-server/revisions/7d063ed4f8ca/schema)
