Trainee Profile

Trainee Profile

Retrieve a single trainee basic details

HTTP REQUEST

POST https://app.alphalearn.com/webapi/v1/trainee-profile

QUERY PARAMETERS

Field Type Description
userID
required
Integer The user id

Example Response:

200 OK
{
    "success": true,
    "data": {
        "id": "integer",
        "fname": "string",
        "lname": "string",
        "email": "string",
        "rollno": "string",
        "grade": "string",
        "companyname": "string",
        "workphone": "integer",
        "address": "string",
        "timezone": "string",
        "department": "string",
        "city": "string",
        "states": "string",
        "country": "string",
        "zip": "string",
        "zone": "string"
    }
}