GET (/users//profile/settings/people/)
Get the profile for a user or users, with People Moniker support. The domain for these URIs isprofile.xboxlive.com.
Remarks
userList and userIds are mutually-exclusive parameters. If both or either are specified, you’ll get a BadRequest back. userList is an array for future-proofing in scenarios where multiple named lists are useful to request. userIds is composed of decimal strings for XUIDs - JSON is bad at serializing 64-bit unsigned integers. Finally, settings in XBOX One will be named settings, with normal human-readable names, rather than 64-bit unsigned integers or obscure constants like XONLINE_PROFILE_ASDF.URI parameters
Query string parameters
| Parameter| Type| Description| | --- | --- | --- | --- | --- | --- | | settings| string| A comma-delimited list of setting names.|Required Request Headers
| Header| Type| Description| | --- | --- | --- | --- | --- | --- | --- | --- | --- | | x-xbl-contract-version| 32-bit signed integer| Value = 2| | content-type| string| Value =application/json|
