Logo
Profit.co's Public API Documentation

Get Employee Roles

GET https://api.profit.co/app/dao/v6/employees?a=getEmployeeRoles&employeeId=<EMPLOYEE_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>

To get the roles details by the employee id

 

Body PARAM

Key Datatype Required Description 
a
string
employeeId
string Required : Employee Id
apiKey
string Required: API key of your Profit.co Account
accessKey
string Required: Access key of your Profit.co Account



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://api.profit.co/app/dao/v6/employees?a=getEmployeeRoles&employeeId=<EMPLOYEE_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>?a=getEmployeeRoles&employeeId=<EMPLOYEE_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>'

ENDPOINTS