# User and Account REST API Changelog

All notable changes to the User and Account REST API and related documentation will be documented in this file.

BETA Version
The User and Account REST API is currently in its beta version and remains under active development. As such, it is not yet fully optimized, and may undergo significant changes or enhancements. Revenera strongly advises against using this API in production environments.

## December 15, 2025 [BETA]

Modified `/account` endpoint:

- Changed `/v1/account` (POST) to `/v1/accounts`.
- Property `accountType` for create account operation is now mandatory.


## December 4, 2025 [BETA]

- Error codes are now displayed in ascending order.
- Removed optional `canLogin` field when creating a user.
- When creating a user, `roles` is no longer required in the `accountRoles` array.


## November 11, 2025 [BETA]

- Initial version of User and Account REST API.
- Endpoints include:
  - Account
    - **POST** `/v1/account`
    - **GET** `/v1/accounts`
  - User
    - **GET** `/v1/users`
    - **POST** `/v1/users`
    - **GET** `/v1/users/{userName}`