---
title: "Atualiza campos do perfil pessoal"
method: PATCH
path: "/v1/profile"
tags: ["profile"]
---

# Atualiza campos do perfil pessoal

`PATCH /v1/profile`

## Request body

- ProfilePatch — Campos editáveis pelo próprio usuário. Tudo opcional — só envia o que muda.
  - `name` string, nullable
  - `phoneNumber` string, nullable
  - `alertPhoneNumber` string, nullable
  - `avatarUrl` string, nullable
  - `timezone` string, nullable
  - `locale` string, nullable
  - `companyName` string, nullable
  - `documentNumber` string, nullable
  - `notifEmailMarketing` boolean, nullable
  - `notifEmailBilling` boolean, nullable
  - `notifEmailProduct` boolean, nullable

## Response `204`

Atualizado

## Other responses

- `400` — Payload inválido
- `401` — Token ausente ou inválido

---

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