cURL
curl --request GET \ --url https://sandbox.intermezzo.ai/organizations/{organization_id}/employees \ --header 'Authorization: Bearer <token>'
"<any>"
List all employees for an organization, returning the correct schema per employee.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type any.
any
Was this page helpful?