---
title: "Update your account information"
method: PATCH
path: "/me"
---

# Update your account information

`PATCH /me`

Requires scope `user:write`.

## Request body

- object
  - `name` string — Your new user name.
  - `email` string — Your new email address.
  - `role` 'editor' | 'admin' — Your new role. This can only be changed if you are an admin.
  - `language` string — Your new language preference.
  - `password` string — Strong user password.
  - `oldPassword` string — The previous user password.
  - `presenceColor` string — The preferred color to use for user precense pin.
  - `avatar` string — `''` sets the avatar to the initial, while `null` sets avatar to custom_avatar.
  - `emailNotifications` boolean — Enable or disable email notifications.
  - `oauthSignin` false — Setting this to false disconnects any oauth signin providers connected to your account.
  - `oauthMigrationEmail` string — If set, this email will be used to migrate the user account to use email and password instead of oauth.

## Response `200`

Successful

---

[API](https://skmtc.dev/datawrapper/apis/datawrapper-api-v3-documentation.md) · [All operations](https://skmtc.dev/datawrapper/apis/datawrapper-api-v3-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datawrapper/datawrapper-api-v3-documentation/revisions/e190512863c7/schema)
