---
title: "PUT /api/users/{id}"
method: PUT
path: "/api/users/{id}"
tags: ["User Management"]
---

# PUT /api/users/{id}

`PUT /api/users/{id}`

## Path parameters

- `id` string, required

## Request body

- UserDetailsModel
  - `id` string, nullable
  - `email` string, nullable
  - `givenName` string, nullable
  - `name` string, nullable
  - `familyName` string, nullable
  - `avatar` string, nullable
  - `principalId` string, nullable

## Response `200`

OK

---

[API](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api.md) · [All operations](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cgi-fr/azure-iot-hub-portal-api/revisions/8f5ec4f45de1/schema)
