---
title: "Perfil do usuário autenticado"
method: GET
path: "/v1/profile/me"
tags: ["profile"]
---

# Perfil do usuário autenticado

`GET /v1/profile/me`

## Response `200`

Perfil

- ProfileResponse
  - `id` string, nullable
  - `name` string, nullable
  - `email` string, email
  - `phoneNumber` string, nullable
  - `alertPhoneNumber` string, nullable
  - `avatarUrl` string, nullable
  - `timezone` string, nullable
  - `locale` string, nullable
  - `companyName` string, nullable
  - `documentNumber` string, nullable
  - `orgRole` string
  - `canEditCompany` boolean
  - `accountStatus` string
  - `createdAt` string
  - `lastLoginAt` string, nullable
  - `mfa` object
    - `enabled` boolean
    - `enabledAt` string, nullable
  - `notifications` object
    - `marketing` boolean
    - `billing` boolean
    - `product` boolean
  - `emailChange` object
    - `pendingTo` string, nullable
    - `requestedAt` string, nullable

## Other responses

- `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/revisions/174c89e36a13/schema)
