Skip to main content
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>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
required
employee_id
required

Response

Successful Response