Reference for http://www.bungie.net/Platform/User/GetBungieNetUserById/{id}/
Loads a bungienet user by membership id.
Url: http://www.bungie.net/Platform/User/GetBungieNetUserById/{id}/
HTTP Method: GET
Requires Sign-in: false
Url Parameters:
| Parameter Name | Description |
|---|---|
| id | The requested Bungie.net membership id. |
Request/Response Body Formats:
| Message Direction | Format | Body |
|---|---|---|
| Request | N/A | HTTP Get requests have no request body. |
| Response | JSON | JSON object |
The following is an example of a response JSON body for this method.
{
"Response": null,
"ErrorCode": 0,
"ThrottleSeconds": 0,
"ErrorStatus": null,
"Message": null,
"MessageData": null,
"DetailedErrorTrace": null
}