# User Preferences

## Get application preferences

 - [GET /api/v1/account/users/me/preferences](https://zonedevelopersdocumentationv1.redocly.app/apis/user-preferences/paths/~1api~1v1~1account~1users~1me~1preferences/get.md): This endpoint returns the list of application-level preferences
configured for the current user within the active account.

Behavior:
            
- Preferences are returned for the authenticated user.
- Results are scoped to the currently active account.
- Only preferences configured for the user are included.
- If no preferences are configured, an empty collection is returned.
- This endpoint does not modify any data.

