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

# Update the user's profile.

`POST /api/v1/user`

Update the profile of the current user. This endpoint allows the user to modify and update their profile information and preferences within the application or system.

## Response `200`

Update 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)
