v1
latestOpenAPI 3.1.02026-08-063776831.4 MBCredentialingWorkflow
Create credentialing workflows for multiple practitioners (async)
Asynchronously creates credentialing workflows for multiple practitioners. The request is accepted and processing begins immediately in the background. Each workflow is processed independently with automatic practitioner data hydration. Results are logged but not returned in the response.
post/credentialing-workflows/bulk-create
Headers
tenant-idstring required
Tenant ID
Request body
Example request
{
"certifyPractitionerIds": [
"cp_123456",
"cp_789012"
],
"filter": "{\"data.npi\":{\"eq\":\"1234567890\"}}"
}Response
Bulk workflow creation request accepted and processing started. The operation will complete in the background.
object required