---
title: "Change roles assigned to a user"
method: PATCH
path: "/api/v1/users/change-role"
tags: ["crm"]
---

# Change roles assigned to a user

`PATCH /api/v1/users/change-role`

## Request body

- UsersChangeRoleRequestDTO
  - `roles` string[], required — New roles to assign to the user
  - `userId` string, uuid, required — User ID to change role in organization

## Response `200`

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
