cURL
curl --request GET \ --url https://api.become1.de/api/v2/employees \ --header 'Authorization: Bearer <token>'
[ { "email": "<string>", "employeeId": "<string>", "companyId": "<string>", "personnelNumber": "<string>", "costCenter": "<string>", "groups": [ "<string>" ], "datePausedStart": "2023-11-07T05:31:56Z", "datePausedEnd": "2023-11-07T05:31:56Z", "dateTerminated": "2023-11-07T05:31:56Z" } ]
Retrieves all employees for the manageable companies of the requesting user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>