Groups
- POSTCreate Group
- PUTEdit Group
- GETGet Group
- GETList Groups
- Configurations
- Connections
- Contacts
- Disconnections
- Enrollments
- Locations
- Plans
- Renewals
- Syncs
Members
- Employees
- Dependents
- Enrollments
- Premiums
Changes
- Snapshots
- Tracking
Legacy
- Requests
- Transactions
Group Disconnections
Get disconnection information for a group
curl --request GET \
--url https://fulfillment.noyo.com/api/v1/groups/{group_id}/group_disconnection_requests
{
"meta": {
"offset": 0,
"page_num": 1,
"page_size": 20,
"total_records": 1
},
"response": [
{
"carrier_id": "5200a894-81c5-4c41-8519-86c32e9a9965",
"completed": null,
"created": 1557329939,
"decided": 1557329939,
"effective_end_date": "2025-01-01",
"group_id": "f833ac4b-36aa-46f4-826c-0badcfe27922",
"group_name": "Widgets R Us",
"id": "dd9a1813-34f7-4c7e-86bc-f041f2cbd9a1",
"modified": 1557329939,
"organization_id": "ca72d1e1-56a6-46ac-b400-a91e1f6b893a",
"source_id": null,
"source_type": "platform",
"status": "processing",
"version": "5200a894-81c5-4c41-8519-86c32e9a9965"
}
]
}
Path Parameters
The unique identifier of the associated group in Noyo
Query Parameters
The max size of each page of results
The integer offset at which to start the page. Possible values are 0 to total_records - 1
Response
Metadata associated with the response data
The offset of the first response record within the matching data set
x > 0
The page number of the response records within the overall data set (1-based integer)
x > 1
The maximum number of response records on each page of results
x > 1
The total number of records in the entire matching data set
x > 0
List of group disconnection request results
Unique identifier for the carrier to be disconnected from
The date the record was created
Name of the group to be disconnected from
Unique identifier of the record in Noyo
The date the record was last updated
Unique identifier for organization associated with the request
If applicable, the ID associated with the source of the disconnection request
The source of the disconnection request
The status of the disconnection request
Current version of the record
Timestamp at which the disconnection was completed
Timestamp at which the platform recorded a decision on the disconnection
The date at which the disconnection will take effect
Unique identifier for the group to be disconnected. May be missing if group has already been disconnected.
Was this page helpful?
curl --request GET \
--url https://fulfillment.noyo.com/api/v1/groups/{group_id}/group_disconnection_requests
{
"meta": {
"offset": 0,
"page_num": 1,
"page_size": 20,
"total_records": 1
},
"response": [
{
"carrier_id": "5200a894-81c5-4c41-8519-86c32e9a9965",
"completed": null,
"created": 1557329939,
"decided": 1557329939,
"effective_end_date": "2025-01-01",
"group_id": "f833ac4b-36aa-46f4-826c-0badcfe27922",
"group_name": "Widgets R Us",
"id": "dd9a1813-34f7-4c7e-86bc-f041f2cbd9a1",
"modified": 1557329939,
"organization_id": "ca72d1e1-56a6-46ac-b400-a91e1f6b893a",
"source_id": null,
"source_type": "platform",
"status": "processing",
"version": "5200a894-81c5-4c41-8519-86c32e9a9965"
}
]
}