# UserOptions

A user's general options

| Field                           |                                                                                                                          Argument | Type                                                                                                       | Description |
| ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------: | ---------------------------------------------------------------------------------------------------------- | ----------- |
| **titleLanguage**               |         [UserTitleLanguage](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/usertitlelanguage/README.md) | The language the user wants to see media titles in                                                         |             |
| **displayAdultContent**         |                           [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Whether the user has enabled viewing of 18+ content                                                        |             |
| **airingNotifications**         |                           [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Whether the user receives notifications when a show they are watching aires                                |             |
| **profileColor**                |                             [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Profile highlight color (blue, purple, pink, orange, red, green, gray)                                     |             |
| **notificationOptions**         |  \[[NotificationOption](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/notificationoption/README.md)] | Notification options                                                                                       |             |
| **timezone**                    |                             [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | The user's timezone offset (Auth user only)                                                                |             |
| **activityMergeTime**           |                                   [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Minutes between activity for them to be merged together. 0 is Never, Above 2 weeks (20160 mins) is Always. |             |
| **staffNameLanguage**           | [UserStaffNameLanguage](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/userstaffnamelanguage/README.md) | The language the user wants to see staff and character names in                                            |             |
| **restrictMessagesToFollowing** |                           [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Whether the user only allow messages from users they follow                                                |             |
| **disabledListActivity**        |  \[[ListActivityOption](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/listactivityoption/README.md)] | The list activity types the user has disabled from being created from list updates                         |             |
