---
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

## Changes

- **2026-05-25** `4e426b85f784` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ararahq/apis/ararahq-api/changes/v1/profile/patch.md)

---

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