---
title: "Update Investigation Access"
method: PUT
path: "/incidents/v1/investigations/{investigation_id}/access"
tags: ["Investigations"]
---

# Update Investigation Access

`PUT /incidents/v1/investigations/{investigation_id}/access`

## Path parameters

- `investigation_id` string, required

## Request body

- S12IncidentsV1InvestigationsServiceUpdateInvestigationAccessBody
  - `operations` S12IncidentsV1SetInvestigationAccessLevelOperation[] — required. The operation to be performed
    - `user_id` string — The ID of the user to have their access level changed
    - `level` 'AccessLevelNone' | 'AccessLevelView' | 'AccessLevelEdit' | 'AccessLevelOwner' — - AccessLevelNone: Access level is 'none' - AccessLevelView: Access level is 'view' - AccessLevelEdit: Access level is 'edit' - AccessLevelOwner: Access level is 'owner'
  - `updated_at` string, date-time — optional. The time that the update has occurred at.

## Response `200`

A successful response.

- S12IncidentsV1UpdateInvestigationAccessResponse

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
