---
title: "Update an existing form response's metadata, such as shareAccess information"
method: PATCH
path: "/v1/org/{orgId}/form-response/{formResponseId}"
tags: ["form-response"]
---

# Update an existing form response's metadata, such as shareAccess information

`PATCH /v1/org/{orgId}/form-response/{formResponseId}`

## Path parameters

- `orgId` string, required
- `formResponseId` string, required

## Request body

- UpdateFormResponse
  - `shareAccess` ShareAccess[] — list of share access, if the form response has been shared with anyone
    - `access` 'NONE' | 'LIMITED_READ' | 'LIMITED_WRITE' | 'STANDARD_READ' | 'STANDARD_WRITE' | 'COMPENSATION_READ' | 'FULL_READ' | 'COMP_PLANNING_PARTICIPANT' | 'COMPENSATION_WRITE' | 'WRITE' | 'COMPENSATION_OWNER' | 'OWNER', required — access permission level
    - `userId` string — user id
    - `groupId` string — group id
    - `everyone` boolean — grant this access level to everyone in the org (mutually exclusive with userId/groupId)
    - `fields` string — fields

## Response `204`

successful operation

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied
- `404` — not found

---

[API](https://skmtc.dev/charthop/apis/charthop-api.md) · [All operations](https://skmtc.dev/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/4685d95a20b1/schema)
