Fetch user profile with kit details
This api Fetch user profile with kit details
REST
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | /v1/employees/profiles?param1=value1 | M | ||
METHOD | string | GET | M | ||
content-type | string | JSON | application/json | M | |
x-access-token | string | Session token with validity | token | M |
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