Reference for http://www.bungie.net/Platform/User/GetSanitizedPlatformDisplayNames/{membershipId}/
Gets a list of all display names linked to this membership id but sanitized (profanity filtered). Obeys all visibility rules of calling user and is heavily cached.
Url: http://www.bungie.net/Platform/User/GetSanitizedPlatformDisplayNames/{membershipId}/
HTTP Method: GET
Requires Sign-in: false
Url Parameters:
| Parameter Name | Description |
|---|---|
| membershipId | The requested membership id to load. |
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
}