---
title: "Update addresses of a practitioner in a credentialing workflow"
method: PUT
path: "/credentialing-workflows/{workflowId}/addresses"
tags: ["CredentialingWorkflow"]
---

# Update addresses of a practitioner in a credentialing workflow

`PUT /credentialing-workflows/{workflowId}/addresses`

Replaces the entire addresses array with the provided list (RESTful PUT semantics).

## Path parameters

- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Request body

- AddressUpdateRequest[]
  - `address1` string, required — Address Line 1
  - `address2` string — Address Line 2
  - `city` string, required — City
  - `state` string, required — State
  - `country` string — Country
  - `zipcode` string, required — Zipcode
  - `source` string — Source of the address
  - `type` string, required — Type of the address
  - `createdAt` string, date
  - `createdBy` string — The user who created the record
  - `updatedAt` string, date
  - `updatedBy` string — The user who last updated the record

## Response `200`

Addresses updated successfully

- object

## Other responses

- `400` — Bad request - Invalid input or validation error
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Credentialing workflow not found
- `500` — Internal server error

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/versions/3d27e9019c7b/schema)
