Get Employee Status
Groups
- POSTCreate Group
- PUTEdit Group
- GETGet Group
- GETList Groups
- Configurations
- Connections
- Contacts
- Disconnections
- Enrollments
- Locations
- Plans
- Renewals
- Syncs
Members
- Employees
- Dependents
- Enrollments
- Premiums
Changes
Legacy
- Requests
- Transactions
Get Employee Status
Get the current status of an employee’s snapshots
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
The unique identifier of the employee
Response
200
application/json
Returns details about the current status of the Employee
List of employee statuses with any relevant carriers
A list of any open changes being processed with the carrier
Unique identifier of the platform change record
The status of the platform change
The type of the platform change record
Available options:
member_request
, member_snapshot
The member status related to the latest requested platform changes
Available options:
pending_changes
, stable
, unable_to_fulfill
Unique identifier of the carrier in Noyo
Details on the latest change sent to Noyo to be applied at the carrier
Unique identifier of the platform change record
The status of the platform change
The type of the platform change record
Available options:
member_request
, member_snapshot
Was this page helpful?
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"
}
]
}