The user will be assigned the default role of "Reviewer" and the default business unit. User will receive a notification email containing a link to set up a new password.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| String | Yes | - | Unique email ID for the user | |
| fullname | String | Yes | - | Full name of the user |
| businessunitId | Integer64 | No | - | ID of the business unit the user belongs to |
Request Body{ "email": "user@example.com", "fullName": "Test User", "businessunitId": 170867 }
Status 200 OK
Response
{
"email": "user@example.com",
"fullName": "Test User",
"businessunitId": 170867
}
Status 400 Bad request
Response{ "errors": [ "Email address is in invalid format" ] }
Status 400 Bad request
Response{ "errors": [ "The user is already exists" ] }