---
title: "Obtener Usuario"
method: GET
path: "/users/me"
tags: ["Usuario"]
---

# Obtener Usuario

`GET /users/me`

Permite traer los datos de un usario logeado mediante el token

## Headers

- `Authorization` string, required

## Response `200`

OK

- object
  - `created_at` string — Fecha de creación del usuario
  - `deleted_at` string — Fecha de eliminación del usuario
  - `email` string — Correo del usuario
  - `id` string — Identificador del usuario dentro de la red DEUNA
  - `is_guest` boolean — Si el usuario es invitado
  - `is_phone_verified` boolean — Si el teléfono del usuario esta verificado
  - `merchant_id` string — Identificador del comercio
  - `networks` string — Conexiones del usuario
  - `updated_at` string — Fecha de modificación del usuario

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/deuna/apis/user-network-api.md) · [All operations](https://skmtc.net/deuna/apis/user-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deuna/user-network-api/versions/df73fa00ed05/schema)
