v1
latestOpenAPI 3.1.02026-08-063776831.4 MBGroup
Create a new group
Creates a new group for the request tenant. Supports associating multiple networks during creation.
post/groups
Query parameters
parentHealthcareOrgIdstring
Parent healthcare organization ID (optional)
Headers
tenant-idstring
Request body
Example request
{
"name": "Acme Medical Group",
"npi": "1234567890",
"tin": "12-3456789",
"contacts": [
{
"name": "Jane Smith",
"email": "jane@example.com",
"phone": "555-123-4567",
"title": "Credentialing Manager"
}
],
"groupEffectiveDate": "2022-03-10",
"externalGroupId": "ext-group-123",
"addresses": [
{
"addressType": "billing",
"addressLine1": "123 Main Street",
"addressLine2": "Suite 100",
"city": "New York",
"state": "NY",
"zip": "10001",
"county": "New York County",
"country": "US",
"isPrimary": true
}
],
"networks": [
{
"networkName": "Blue Cross Blue Shield Network",
"networkType": "Commercial",
"networkEffectiveDate": "2024-01-01",
"networkGroupStatus": "active",
"networkGroupTerminationDate": "2025-12-31"
}
],
"active": true,
"npdbEnrollmentEnabled": true,
"credentialingDelegation": true
}Response
Group successfully created