---
title: "Changes to Create user"
method: POST
path: "/api/v1/users"
---

# Changes to Create user

`POST /api/v1/users`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 19 revisions.

- **2021-09-17** `1134b4a506a5` — 3 breaking, 3 warning, 6 info
- **2021-08-09** `214f3986034a` — 4 info
- **2021-08-06** `e3cb40d13d06` — 4 warning, 4 info
- **2021-08-06** `3c703fa51ebd` — 6 info
- **2021-08-06** `e366ae458db2` — 2 warning, 2 info
- **2021-08-05** `bf593e163365` — 2 warning, 2 info
- **2019-08-15** `42619b8ccbbe` — 1 info

## Changes

- **2021-09-17** `1134b4a506a5` — 3 breaking, 3 warning, 6 info
  - removed the enum value `active` of the request property `status`
  - removed the enum value `disabled` of the request property `status`
  - removed the enum value `pending` of the request property `status`
  - added the new `ACTIVE` enum value to the `status` response property for the response status `200`
  - added the new `DISABLED` enum value to the `status` response property for the response status `200`
  - added the new `PENDING` enum value to the `status` response property for the response status `200`
  - added the new `ACTIVE` enum value to the request property `status`
  - added the new `DISABLED` enum value to the request property `status`
  - added the new `PENDING` enum value to the request property `status`
  - removed the `active` enum value from the `status` response property for the response status `200`
  - removed the `disabled` enum value from the `status` response property for the response status `200`
  - removed the `pending` enum value from the `status` response property for the response status `200`
- **2021-08-09** `214f3986034a` — 4 info
  - added the new optional request property `roles/items/description`
  - added the new optional request property `roles/items/isGlobal`
  - added the optional property `roles/items/description` to the response with the `200` status
  - added the optional property `roles/items/isGlobal` to the response with the `200` status
- **2021-08-06** `e3cb40d13d06` — 4 warning, 4 info
  - removed the request property `roles/items/isCreated`
  - removed the request property `roles/items/isUpdated`
  - removed the optional property `roles/items/isCreated` from the response with the `200` status
  - removed the optional property `roles/items/isUpdated` from the response with the `200` status
  - added the new optional request property `roles/items/createdAt`
  - added the new optional request property `roles/items/updatedAt`
  - added the optional property `roles/items/createdAt` to the response with the `200` status
  - added the optional property `roles/items/updatedAt` to the response with the `200` status
- **2021-08-06** `3c703fa51ebd` — 6 info
  - added the new optional request property `roles/items/id`
  - added the new optional request property `roles/items/isCreated`
  - added the new optional request property `roles/items/isUpdated`
  - added the optional property `roles/items/id` to the response with the `200` status
  - added the optional property `roles/items/isCreated` to the response with the `200` status
  - added the optional property `roles/items/isUpdated` to the response with the `200` status
- **2021-08-06** `e366ae458db2` — 2 warning, 2 info
  - removed the request property `roles/items/description`
  - removed the optional property `roles/items/description` from the response with the `200` status
  - added the new optional request property `roles/items/scope`
  - added the optional property `roles/items/scope` to the response with the `200` status
- **2021-08-05** `bf593e163365` — 2 warning, 2 info
  - removed the request property `roles/items/scope`
  - removed the optional property `roles/items/scope` from the response with the `200` status
  - added the new optional request property `roles/items/description`
  - added the optional property `roles/items/description` to the response with the `200` status
- **2019-08-15** `42619b8ccbbe` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/openintegrationhub/apis/iam-api-for-oih/docs/api/v1/users/post.md) · [API](https://skmtc.dev/openintegrationhub/apis/iam-api-for-oih.md) · [Page](https://skmtc.dev/openintegrationhub/apis/iam-api-for-oih/changes/api/v1/users/post)
