---
title: "Update"
method: PATCH
path: "/v3/workplace/users/{slug}"
---

# Update

`PATCH /v3/workplace/users/{slug}`

Update a specific user for a workplace

## Path parameters

- `slug` string, required

## Request body

- object
  - `access` string — The identifier of the workplace role. E.g., `owner`, `collaborator`, etc.

## Response `200`

200

- object
  - `workplace_user` object
    - `id` string
    - `access` string
    - `created_at` string
    - `user` object
      - `email` string
      - `name` string
      - `username` string
      - `profile_image_url` string
  - `success` boolean

---

[API](https://skmtc.dev/doppler/apis/core.md) · [All operations](https://skmtc.dev/doppler/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doppler/core/revisions/8f244bc5b038/schema)
