Update Trainee Profile
Update a single trainee basic details
HTTP REQUEST
GET https://app.alphalearn.com/webapi/v1/update-trainee-profile?userid=
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| userID required |
integer | The user id |
| fname required |
string | Firstname of the user |
| lname required |
string | Lastname of the user |
| mobile required |
number | Contact number of the user |
| city required |
integer | City of the user |
| country required |
integer | Country of the user |
| state required |
integer | State of the user |
| status required |
integer | Status of the user |
Example Response:
200 OK
{
"success": true,
"data": {
"success": "User Updated."
}
}