Field | Type | Required | Default | Description |
---|---|---|---|---|
String | Yes | - | Unique email ID for the user |
Request Body{ "email": "[email protected]", }
Status 200 OK
Response{ "email": "[email protected]", "fullName": "Test User", "businessunitId": 170867 }
Status 400 Bad request
Response{ "errors": [ "Email address is in invalid format" ] }