---
title: "Get user details"
method: GET
path: "/user"
tags: ["User"]
---

# Get user details

`GET /user`

## Response `200`

Successful response

- object
  - `status` boolean
  - `data` object
    - `_id` string — The ID of the user
    - `firstName` string — The first name of the user
    - `lastName` string — The last name of the user
    - `userEmail` string — The email of the user
    - `authProvider` string — The authentication provider of the user
    - `isEmailVerified` boolean — Whether the user's email is verified
    - `organizationId` string — The organization ID of the user

## Other responses

- `401` — Unauthorized access
- `500` — Internal server error

---

[API](https://skmtc.net/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.net/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/revisions/c2d0eb64b01a/schema)
