Reference for http://www.bungie.net/Platform/User/GetMembershipsById/{membershipId}/{membershipType}/

Returns a list of accounts associated with the supplied membership ID and membership type. This will include all linked accounts (even when hidden) if supplied credentials permit it.

Url: http://www.bungie.net/Platform/User/GetMembershipsById/{membershipId}/{membershipType}/

HTTP Method: GET

Requires Sign-in: false

Url Parameters:

Parameter Name Description
membershipId The membership ID of the target user.
membershipType Type of the supplied 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
}