GET
/
organizations
/
{organization_id}
/
employees
/
{employee_id}
Get Employee
curl --request GET \
  --url https://sandbox.intermezzo.ai/organizations/{organization_id}/employees/{employee_id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string
required

TypeID with prefix 'org'

Example:

"org_01h455vb4pex5vsknk084sn02q"

employee_id
string
required

TypeID with prefix 'emp'

Example:

"emp_01h455vb4pex5vsknk084sn02q"

Response

200
application/json

Successful Response

The response is of type any.