---
title: "PATCH /v0.1/user"
method: PATCH
path: "/v0.1/user"
tags: ["account"]
---

# PATCH /v0.1/user

`PATCH /v0.1/user`

Updates the user profile and returns the updated user data

## Request body

- object
  - `display_name` string — The full name of the user. Might for example be first and last name

## Response `200`

Success

- object
  - `id` string, uuid, required — The unique id (UUID) of the user
  - `avatar_url` string — The avatar URL of the user
  - `can_change_password` boolean — User is required to send an old password in order to change the password.
  - `display_name` string, required — The full name of the user. Might for example be first and last name
  - `email` string, required — The email address of the user
  - `name` string, required — The unique name that is used to identify the user.
  - `permissions` string[] — The permissions the user has for the app
  - `origin` 'appcenter' | 'hockeyapp' | 'codepush', required — The creation origin of this user

## Other responses

- `default` — Error

---

[API](https://skmtc.net/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.net/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcenter/app-center-client/versions/4e9226ab8f35/schema)
