1. Description
Provides a RESTful API for user provisioning. After the API called an new user profile shall be created in the system.
Note security concern applied to this API
1.1 Data structure
A IM user profile shall contains the following fields
1.2 Data validation
2. Acceptance criteria
- If valid data is provided for the API, an new user profile shall be created in the system
- If any piece of data is invalid then
400 Bad Request with proper information shall be returned
- A functional testcase be implemented