---
title: "/api/users/profile"
method: GET
path: "/api/users/profile"
---

# /api/users/profile

`GET /api/users/profile`

endpoint para retornar os dados do usuário logado pelo seu token jwt

## Response `200`

200

- object
  - `succeeded` boolean
  - `data` object
    - `email` string
    - `fullName` string
    - `cpf` string
    - `userType` integer
    - `changePassword` boolean
    - `userStatus` integer
    - `cnpjLicensedCompany` string
    - `companyName` string
    - `position` string
    - `phoneNumber` string
    - `isPublisher` boolean
    - `lockoutEnabled` boolean
    - `identificationType` integer
  - `messages` object[]
    - `code` string
    - `description` string
  - `description` string

---

[API](https://skmtc.net/totvs/apis/api-identityintegration-autentica-o.md) · [All operations](https://skmtc.net/totvs/apis/api-identityintegration-autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totvs/api-identityintegration-autentica-o/revisions/0f43855140b5/schema)
