Employee Data
...
Employee API
Request Examples
Collect
6min
overview all personal information mentioned within this context is entirely fictional and is solely intended for illustrative purposes find instructions for collection endpoint usage and data collection use the collection endpoints to collect employee data using ids or shorthand names data collection using ids https //docs coresignal com/api/employee api requests collect#6 jue learn how to obtain employee data using ids data collection using shorthand names https //docs coresignal com/api/employee api requests collect#y5f8s learn how to obtain employee data using shorthand names key collect endpoint employee id /v2/member/collect/{member id} shorthand name /v2/member/collect/{shorthand name} employee id retrieved using search endpoints employee shorthand name taken directly from profile url (e g , john doe from www professional network com/john doe ) additional information other tutorials/helpful information for you to check before using the employee api collection endpoints s earch filters endpoint https //docs coresignal com/api/employee api search filters endpoint elasticsearch schema https //docs coresignal com/api/employee api esdsl endpoint search requests https //docs coresignal com/api/employee api requests search elasticsearch requests https //docs coresignal com/api/employee api requests esdsl examples in this article are prepared using postman however, you can use the tool that is most convenient for you terminal, postman, or any api compatible application collection using ids paste in the numeric profile id instead of {member id} and your api key instead of {api key} in the request template curl request example curl x 'get' \\ 'https //api coresignal com/cdapi/v2/member/collect/{member id}' \\ h 'accept application/json' \\ h 'apikey {api key}' copy the edited request import the request in postman by clicking the import button and pasting the request in click authorization select bearer token and paste your token in make sure your token has been imported to postman send the request collect employee data from body collection using shorthand names paste in the selected shorthand name instead of {shorthand name} and your api key instead of {api key} in the request template curl request example curl x get "https //api coresignal com/cdapi/v2/member/collect/{shorthand name}" h "accept application/json" h "apikey {api key}" copy the edited request import the request in postman by clicking on the import button and pasting the request in go to authorization select the bearer token from the selection menu make sure your token has been imported to postman send the request collect the employee data from the response body