---
title: "updates a practitioner user"
method: POST
path: "/practitioners/{barNumber}/documents"
tags: ["practitioners"]
---

# updates a practitioner user

`POST /practitioners/{barNumber}/documents`

updates a practitioner user.

## Request body

- object
  - `categoryName` string, required
  - `categoryType` string, required
  - `description` string
  - `fileName` string, required
  - `location` string
  - `practitionerDocumentFileId` string, required

## Response `200`

200 response

- PractitionerDocument — a user object
  - `categoryName` string — the name of the document category type, appended with location if applicable
  - `categoryType` string — the type of document category
  - `description` string — a description of the uploaded document
  - `location` string — the location where the Cerificate of Good Standing was issued, if Certificate of G.S. was selected
  - `fileName` string — the file name of the document
  - `practitionerDocumentFileId` string — the auto-generated ID of the uploaded file
  - `uploadDate` string — date when the document was uploaded

---

[API](https://skmtc.net/ustaxcourt/apis/dev-ef-cms.md) · [All operations](https://skmtc.net/ustaxcourt/apis/dev-ef-cms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ustaxcourt/dev-ef-cms/revisions/d53330c6d43f/schema)
