GET (/users//summary)
Gets summary data about the owner from the caller’s perspective.- URI parameters
- Authorization
- Required Request Headers
- Optional Request Headers
- Request body
- HTTP status codes
- Required Response Headers
- Response body
URI parameters
Authorization
| Name| Type| Description| | --- | --- | --- | --- | --- | --- | | xuid| 64-bit unsigned integer| Required. user identifier of the caller. Example value: 2533274790395904|Required Request Headers
| Header| Type| Description| | --- | --- | --- | --- | --- | --- | --- | --- | --- | | Authorization| string| Authorization data for . This is typically an encrypted XSTS token. Example value: XBL3.0 x=[hash];[token].|Optional Request Headers
| Header| Type| Description| | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | | x-xbl-contract-version| string| Build name/number of the service to which this request should be directed. The request will only be routed to that service after verifying the validity of the header, the claims in the auth token, etc. Example values: 1| | Accept| string| Content-Types that are acceptable. All responses will beapplication/json.|
