---
title: "Update User Profile"
method: PATCH
path: "/api/v3/user-profiles/{user_id}"
tags: ["User Profile"]
---

# Update User Profile

`PATCH /api/v3/user-profiles/{user_id}`

Update the user's profile settings.

## Path parameters

- `user_id` string, required

## Request body

- UserProfileRequest
  - `user_id` string, nullable
  - `role` string, nullable
  - `document_summary` string, nullable
  - `filters` UserProfileInstitutionFilter[], nullable
    - `id` string, uuid, nullable
    - `visibility` 'private' | 'organization'
    - `type` 'institution_type' | 'institution_list', required
    - `payload` union, required
      - InstitutionTypePayload
        - `name` string, nullable
        - `institution_type` string, nullable
        - `account_types` string[], nullable
        - `states` string[], nullable
        - `counties` string[], nullable
        - `cities` string[], nullable
        - `population_min` integer, nullable
        - `population_max` integer, nullable
        - `search_query` string, nullable
      - InstitutionListPayload
        - `institution_ids` string[]
        - `name` string, required
        - `original_filename` string, nullable
        - `original_filter` InstitutionTypePayload
          - `name` string, nullable
          - `institution_type` string, nullable
          - `account_types` string[], nullable
          - `states` string[], nullable
          - `counties` string[], nullable
          - `cities` string[], nullable
          - `population_min` integer, nullable
          - `population_max` integer, nullable
          - `search_query` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/versions/85804e68d86d/schema)
