v1
latestOpenAPI 3.1.02026-08-063776831.4 MBCredentialingWorkflow
Create assignment for credentialing workflow
Creates a new assignment for the specified credentialing workflow
post/credentialing-workflows/{id}/assignments
Path parameters
idstring required
ID of the credentialing workflow
Headers
tenant-idstring required
Tenant ID
Request body
Example request
{
"assignedTo": "user_123456",
"reason": "Load balancing"
}Response
Successfully created the assignment
Example response
{
"workflowId": "1234",
"tenantId": "tenant_123456",
"tenantPractitionerId": "tp_123456",
"assignments": [
{
"assignedFrom": "user_123456",
"assignedTo": "user_789012",
"assignedBy": "user_345678",
"assignedOn": "2021-01-01T00:00:00Z",
"reason": "Load balancing"
}
]
}