---
title: "Ver detalhes do usuário"
method: GET
path: "/users/{user_id}"
---

# Ver detalhes do usuário

`GET /users/{user_id}`

## Path parameters

- `user_id` integer, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` integer
    - `email` string
    - `cpf` string
    - `avatar` string
    - `hash` string
    - `time_login_start` string
    - `time_login_end` string
    - `days_login_allowed` string
    - `account_id` integer
    - `pipeline_id` integer
    - `region_id` integer
    - `name` string
    - `gender` string
    - `birth_day` string
    - `active` integer
    - `signature` string
    - `url_public_calendar` string
    - `telephone` string
    - `cellphone` string
    - `selected_email` string
    - `pipeline_view` integer
    - `only_yours_deals` boolean
    - `last_login_at` string
    - `created_at` string
    - `updated_at` string
    - `inbound_notify` integer
    - `schedule_active` integer
    - `schedule_duration` integer
  - `meta` object
    - `total` integer
    - `count` integer
    - `per_page` integer
    - `current_page` integer
    - `total_pages` integer
    - `links` object[]

## Other responses

- `404` — 404

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/revisions/0a130198f0a3/schema)
