| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| String | Yes | - | Unique email ID for the user | |
| BusinessunitId | Integer64 | Yes | - | ID of the business unit the user belongs to |
Request Body{ "Email": "user@example.com", "BusinessunitId": 170867 }
Status 200 OK
Response
{
"email": "user@example.com",
"businessunitId": 170867
}
Status 400 Bad request
Response{ "errors": [ "A Valid Email address is required" ] }
Status 400 Bad request
Response{ "errors": [ "The provided BusinessUnitId is invalid or not associated with your account." ] }