---
title: "Show the user's profile."
method: GET
path: "/api/v1/user"
tags: ["Users"]
---

# Show the user's profile.

`GET /api/v1/user`

Retrieve the profile information of the current user. This endpoint allows you to fetch the details and attributes associated with the user's profile, providing valuable information about the user's account and preferences.

## Response `200`

Retrieve user account info

- object
  - `status` 'error' | 'success' — The status of the response
  - `data` User
    - `created_at` string, date-time — When was this user created?
    - `email` string, email — User email
    - `id` integer — User ID
    - `current_team_id` integer — User currently active team ID
    - `name` string — User name
    - `profile_photo_url` string, url — User profile photo URL
    - `updated_at` string, date-time — When was this user updated?

## Other responses

- `401` — API Token is either missing or invalid
- `500` — Internal Server Error

---

[API](https://skmtc.net/poll-the-people/apis/customgpt-ai.md) · [All operations](https://skmtc.net/poll-the-people/apis/customgpt-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poll-the-people/customgpt-ai/revisions/b80e6dfcf78d/schema)
