# User Preference

User Preference represents a user-specific setting scoped to an individual user within an account.
 Unlike workspace or account settings that apply to all users, user preferences allow personal
 customization (e.g., UI theme, editor preferences) without affecting other users.

## The UserPreference object

- [user-preference/object.md](user-preference/object.md)

## Endpoints

### Get

- [GET /api/2.1/accounts/{account_id}/users/{user_id}/settings/{name}](get-public-account-user-preference.md)

### Update

- [PATCH /api/2.1/accounts/{account_id}/users/{user_id}/settings/{name}](patch-public-account-user-preference.md)

