Fetch user profile with kit details

This api Fetch user profile with kit details


REST


Headers

FieldsTypeDescriptionExampleO/MData Management
URLstring/v1/employees/profiles?param1=value1M
METHODstringGETM
content-typestringJSONapplication/jsonM
x-access-tokenstringSession token with validitytokenM

Request



Success


[
    {
        "_id": "59b5174628d8fc0001d803be",
        "email": "rajat@delvelogic.com",
        "mobile": "+919891055604",
        "first_name": "Rajat",
        "last_name": "Talwar",
        "company": "59b5174628d8fc0001d803bb",
        "user": {
            "_id": "59b5174628d8fc0001d803bd",
            "email_verification": "approved",
            "phone_verification": "approved"
        },
        "entityId": "rajat-talwar",
        "kyc": [],
        "roles": [],
        "__v": 0,
        "kyc_details": {
            "_id": "5a965c354342690001b8f3e4",
            "approval_status": "approved",
            "countryofIssue": "IND",
            "idNumber": "908385555040",
            "idType": "AADHAR",
            "verifiedByUser": true
        },
        "kit": {
            "_id": "59b631b055e4d1ee3820a6f4",
            "entityId": "rajat-talwar",
            "dependent": false,
            "emailAddress": "rajat@delvelogic.com",
            "contactNo": "+919891055604",
            "lastName": "Talwar",
            "firstName": "Rajat",
            "entityType": "CUSTOMER",
            "businessType": "PAYSACK",
            "businessId": "+919891055604",
            "employee": "59b5174628d8fc0001d803be",
            "pincode": "110027",
            "state": "Delhi",
            "city": "Delhi",
            "country": "India",
            "gender": "M",
            "address": "b-4/8 rajouri garden",
            "specialDate": "1987-07-26",
            "kitNo": "000000288581",
            "__v": 0,
            "verifiedByUser": true,
            "expense_synced": true,
            "created_ts": 1527059407143,
            "isPinSet": false
        }
    }
]


Error