---
title: "Update User Source"
method: POST
path: "/v1/accounts/{account_id}/users/{user_id}/source"
tags: ["Users"]
---

# Update User Source

`POST /v1/accounts/{account_id}/users/{user_id}/source`

**Authorization scope:** `user:edit` 
 
 **Update user source**

## Path parameters

- `user_id` string, required
- `account_id` string, required

## Request body

- UserUpdateSourceInput — User update source input
  - `source` 'rivery' | 'active_directory', required — The source group. can be locally from Rivery or imported from external provider

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/rivery/apis/boomi-data-integration-api.md) · [All operations](https://skmtc.net/rivery/apis/boomi-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rivery/boomi-data-integration-api/revisions/cd4c91e0e6c2/schema)
