GET
/
api
/
v1
/
employees
/
{employee_id}
/
status
curl --request GET \
  --url https://fulfillment.noyo.com/api/v1/employees/{employee_id}/status
{
  "carrier_statuses": [
    {
      "carrier_id": "1012fbfe-3fbf-422b-807c-b449a3119a61",
      "pending_changes": [
        {
          "id": "6e0d7cf3-e8a8-42a1-b2dc-269fa988b99e",
          "status": "processing",
          "type": "member_snapshot"
        }
      ],
      "status": "pending_changes"
    }
  ]
}

Path Parameters

employee_id
string
required

The unique identifier of the employee

Response

200
application/json
Returns details about the current status of the Employee
carrier_statuses
object[]
required

List of employee statuses with any relevant carriers