---
title: "Updates an existing Portal User by ID"
method: PUT
path: "/portal_users/{id}"
tags: ["Portal User"]
---

# Updates an existing Portal User by ID

`PUT /portal_users/{id}`

Required permission: Global Admin

## Path parameters

- `id` integer, required

## Request body

- object
  - `contact_id` integer
  - `customer_id` integer
  - `password` string
  - `password_confirmation` string
  - `email` string
  - `portal_group_id` integer

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
