v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
CredentialingWorkflow

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

phoneNumberstring required

Phone number

typestring required

Type of phone number

sourcestring

Source of the phone number

createdAtstring date
createdBystring

The user who created the record

updatedAtstring date
updatedBystring

The user who last updated the record

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