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 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 |