Logo
Profit.co's Public API Documentation

Get All Employees API

GET https://api.profit.co/app/dao/v6/employees?a=getAll&numRecords=<NUMBER_OF_RESULTS>&sortDir=asc&startIndex=0&sortColumn=employeeNumber&selectedLetter=ALL&selectedTab=by-directory&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>

To get all the employees of your Profit.co account.

 

Body PARAM

Key Datatype Required Description 
a
string
numRecords
string Integer, number of results to be returned. Max permissible value: 5000
sortDir
string
startIndex
number
sortColumn
string
selectedLetter
string
selectedTab
string
apiKey
string Required: API key of your Profit.co Account
Curl
curl -X GET 'https://api.profit.co/app/dao/v6/employees?a=getAll&numRecords=<NUMBER_OF_RESULTS>&sortDir=asc&startIndex=0&sortColumn=employeeNumber&selectedLetter=ALL&selectedTab=by-directory&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>?a=getAll&numRecords=<NUMBER_OF_RESULTS>&sortDir=asc&startIndex=0&sortColumn=employeeNumber&selectedLetter=ALL&selectedTab=by-directory&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>'

ENDPOINTS