---
title: "Update user"
method: PUT
path: "/users/{user_guid}"
tags: ["mx_platform"]
---

# Update user

`PUT /users/{user_guid}`

Use this endpoint to update the attributes of the specified user.

## Path parameters

- `user_guid` string, required

## Request body

- UserUpdateRequestBody
  - `user` UserUpdateRequest
    - `email` string
    - `id` string
    - `is_disabled` boolean
    - `metadata` string

## Response `200`

OK

---

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