---
title: "Get the user settings for any user in your organization (admins only)."
method: GET
path: "/users/{uid}/settings"
tags: ["User"]
---

# Get the user settings for any user in your organization (admins only).

`GET /users/{uid}/settings`

* Mouse button settings are contained in `reverseScrollWheelZoomDirection` and `viewManipulationMouseKeyMapping`. 
* For each action in `viewManipulationMouseKeyMapping`, an array of modifier key/mouse combos is provided that performs that action. 
* Possible modifier keys include `SHIFT` and `CTRL`. 
* Possible mouse buttons include `MMB` (middle mouse button), `RMB` (right mouse button), and `SCROLLWHEEL`. 
* Scrolling forward zooms in, unless `reverseScrollWheelZoomDirection` is set to `true`.

## Path parameters

- `uid` string, required

## Query parameters

- `includematerials` boolean

## Response `default`

default response

---

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