---
title: "Update an RDVM user's permissions and access settings"
method: PUT
path: "/Referrals/rdvm-users/{accessId}/permissions"
tags: ["Referrals"]
---

# Update an RDVM user's permissions and access settings

`PUT /Referrals/rdvm-users/{accessId}/permissions`

## Path parameters

- `accessId` string, required

## Request body

- UpdateRdvmUserPermissionsRequest
  - `canSubmitReferrals` boolean
  - `canViewRecords` boolean
  - `canSendMessages` boolean
  - `canUseTriage` boolean
  - `notes` string, nullable

## Response `200`

OK

- RdvmApprovalResponse
  - `success` boolean
  - `message` string

## Other responses

- `404` — Not Found

---

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