> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UserSettings (JSON)

> UserSettings (JSON)

# UserSettings (JSON)

Returns settings for current authenticated user.

<a id="ID4EN" />

## UserSettings

The UserSettings object has the following specification.

| Member  | Type                            | Description                                                                                                                             |
| ------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| id      | 32-bit unsigned integer         | The identifier of the setting.                                                                                                          |
| source  | 32-bit unsigned integer         | Represents the source of the setting.                                                                                                   |
| titleId | 32-bit unsigned integer         | The identifier of the title associated with the setting.                                                                                |
| value   | array of 8-bit unsigned integer | Represents the value of the setting. Clients retrieving settings must understand the representation format to be able to read the data. |

<a id="ID4EJC" />

## Sample JSON syntax

```json theme={null}
{
   "id":268697600,
   "source":1,
   "titleId":1297287259,
   "value":"CAAAAA=="
}
    
```

<a id="ID4ESC" />

## See also

<a id="ID4EUC" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)


## Related topics

- [APISettings](/services/playfab/api-references/events/data-types/apisettings.md)
- [Updating a user's Presence via REST](/services/xbox-services/community/presence/how-to/live-updating-presence-rest.md)
- [Multiplayer Session advanced topics](/services/xbox-services/multiplayer/mpsd/concepts/live-mpsd-details.md)
- [API Feature Settings in the PlayFab Game Manager](/services/playfab/live-service-management/gamemanager/api-feature-settings-in-the-playfab-game-manager.md)
- [Setting default languages](/services/playfab/live-service-management/game-configuration/title-communications/news/setting-default-languages.md)
