v1
latestOpenAPI 3.1.02026-08-063776831.4 MBFacilityCredentialingWorkflow
Update emails in a facility credentialing workflow
Updates the emails for a facility credentialing workflow. This is a complete replacement operation. Send an empty array to clear all emails.
put/facility-credentialing-workflows/{workflowId}/emails
Path parameters
workflowIdstring required
Facility credentialing workflow ID
Headers
tenant-idstring required
Tenant ID
Request body
Example request
[
{
"email": "facility@example.com",
"emailType": "business",
"source": "Manual Entry",
"createdBy": "user@example.com",
"updatedBy": "admin@example.com"
}
]Response
Emails updated successfully
object required