---
title: "Update profile"
method: PATCH
path: "/user/profile/{id}"
tags: ["User profile"]
---

# Update profile

`PATCH /user/profile/{id}`

Update the current user profile

## Path parameters

- `id` string, required

## Request body

- object
  - `data` object, required
    - `id` string, required
    - `type` 'users', required
    - `attributes` object
      - `first_name` string
      - `last_name` string
      - `role` 'administrator' | 'billing' | 'collaborator' | 'owner'

## Response `200`

Success

## Changes

> 29 revisions in range; 23 could not be searched.

- **2026-07-21** `885dec47dd47` — 1 breaking, 4 info
  - the response property `data/attributes/role` became nullable for the status `200`
  - added the optional property `data/attributes/created_at` to the response with the `200` status
  - added the optional property `data/attributes/updated_at` to the response with the `200` status
  - added the optional property `data/type` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/latitude/apis/latitude-sh-api/changes/user/profile/:id/patch.md)

---

[API](https://skmtc.dev/latitude/apis/latitude-sh-api.md) · [All operations](https://skmtc.dev/latitude/apis/latitude-sh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latitude/latitude-sh-api/revisions/c80535f26dd7/schema)
