---
title: "PUT /v1/crm/users/{id}/"
method: PUT
path: "/v1/crm/users/{id}/"
tags: ["v1"]
---

# PUT /v1/crm/users/{id}/

`PUT /v1/crm/users/{id}/`

## Path parameters

- `id` integer, required

## Request body

- ProfileEdit
  - `id` integer, required
  - `username` string, nullable — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
  - `avatar` string, uri, nullable
  - `first_name` string
  - `last_name` string
  - `email` string, email, nullable
  - `group` integer, nullable
  - `is_staff` boolean
  - `is_superuser` boolean
  - `is_sublease` boolean
  - `password` string, required
  - `points` integer[], nullable
  - `salary_amount` string, decimal, nullable

## Response `200`

- ProfileEdit
  - `id` integer, required
  - `username` string, nullable — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
  - `avatar` string, uri, nullable
  - `first_name` string
  - `last_name` string
  - `email` string, email, nullable
  - `group` integer, nullable
  - `is_staff` boolean
  - `is_superuser` boolean
  - `is_sublease` boolean
  - `password` string, required
  - `points` integer[], nullable
  - `salary_amount` string, decimal, nullable

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
