---
title: "Get user roles list"
method: PUT
path: "/client/users/{userid}/role"
tags: ["Client API"]
---

# Get user roles list

`PUT /client/users/{userid}/role`

Get user roles list

## Path parameters

- `userid` integer, required

## Request body

- object
  - `user` UpdatedUserRole
    - `roleid` integer

## Response `200`

Successful operation

- object
  - `result` string

## Other responses

- `500` — Error

---

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