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.
Modified /account endpoint:
- Changed
/v1/account(POST) to/v1/accounts. - Property
accountTypefor create account operation is now mandatory.
- Error codes are now displayed in ascending order.
- Removed optional
canLoginfield when creating a user. - When creating a user,
rolesis no longer required in theaccountRolesarray.
- Initial version of User and Account REST API.
- Endpoints include:
- Account
- POST
/v1/account - GET
/v1/accounts
- POST
- User
- GET
/v1/users - POST
/v1/users - GET
/v1/users/{userName}
- GET
- Account