Employee List By Id

employeeid
Integer
Id of the user
is_admin
Integer
Designation of the user that checks admin status
role
Integer
id of the role based on the accessibility
device
String
name of the device user is login from
imei
String
android phone imei no from which the user is logged in
name
String
User’s name
employee_code
String
User’s code
employeegroup
String
unique ID of the selected employee group
country_code
String
country code of the phone no provided by the users
phone
String
user’s phone no / contact no
email
String
Email address of that user format example@demo.com
b_date
Date
Users Date of birth
gender
String
Users Gender
status
String
Account Status of the user : Active / Inactive
local_add
String
local address in text
per_add
String
users permanent address
superior
String
users superior user in hierarcy
e_name
String
Emergency Contact Detail > Name
father_name
String
User’s father name
a_phone
String
users alternate phone number
e_phone
String
Emergency Contact Detail > Contact No
e_relation
String
Relationship of the user / employee to the Emergency contact name provided
total_salary
String
User’s salary in numbers
permitted_leave
String
User’s permitted leaves provided by company
doj
String
Date of Joining , select a date
lwd
String
last working date
acc_holder
String
name of person with account name , text field
acc_number
String
bank account number
bank_id
String
id of the selected bank account name
ifsc_code
String
number field - number must be between 7 and 50 digits
pan
String
number field - number must be between 7 and 50 digits
branch
String
branch location of the bank
resume
String
pdf file
offer_letter
String
pdf file
joining_letter
String
pdf file
contract
String
pdf file
id_proof
String
pdf file
created_at
Datetime
user’s employee’s creation date and time
group_name
String
employee group name
Request
$Curl http://dev.deltasalesapp.com/api/v1/fetchEmployeesById
-X POST
-H "Content-Type: application/json;charset=UTF-8"
-H "Accept: application/json"
-H "Authorization: Bearer "
Body parameter
{
   "id": "7"
}
Response