---
title: "POST /api/users"
method: POST
path: "/api/users"
tags: ["User Management"]
---

# POST /api/users

`POST /api/users`

## 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 `201`

Created

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

## Other responses

- `400` — Bad Request

---

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