---
title: "Retorna um usuário específico pelo e-mail"
method: GET
path: "/usuarios/email/{email}"
---

# Retorna um usuário específico pelo e-mail

`GET /usuarios/email/{email}`

Usuário encontrado

## Path parameters

- `email` string, required

## Response `200`

200

- object
  - `usuarioId` integer
  - `bloqueado` boolean
  - `grupoInformacaoCadastral` object[]
    - `chave` string
    - `valor` string
  - `tipoPessoa` string
  - `origemContato` string
  - `tipoSexo` string
  - `nome` string
  - `cpf` string
  - `email` string
  - `rg` string
  - `telefoneResidencial` string
  - `telefoneCelular` string
  - `telefoneComercial` string
  - `dataNascimento` string
  - `razaoSocial` string
  - `cnpj` string
  - `inscricaoEstadual` string
  - `responsavel` string
  - `dataCriacao` string
  - `dataAtualizacao` string
  - `revendedor` boolean
  - `listaInformacaoCadastral` object[]
    - `chave` string
    - `valor` string
  - `avatar` string
  - `ip` string
  - `aprovado` boolean

## Other responses

- `500` — 500

---

[API](https://skmtc.net/fbits/apis/wake-commerce-api.md) · [All operations](https://skmtc.net/fbits/apis/wake-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fbits/wake-commerce-api/revisions/e07940bf249d/schema)
