v1
latestOpenAPI 3.1.02026-08-063776831.4 MBCredentialingWorkflow
Update phone numbers in a credentialing workflow
Updates the phone numbers for a credentialing workflow. This is a complete replacement operation. Send an empty array to clear all phone numbers.
put/credentialing-workflows/{workflowId}/phone-numbers
Path parameters
workflowIdstring required
Credentialing workflow ID
Headers
tenant-idstring required
Tenant ID
Request body
Example request
[
{
"phoneNumber": "+1-555-123-4567",
"type": "Mobile",
"source": "Manual Entry",
"createdBy": "user@example.com",
"updatedBy": "admin@example.com"
}
]Response
Phone numbers updated successfully
object required