"/User/GetSanitizedPlatformDisplayNames/{membershipId}/": {
"summary": "User.GetSanitizedPlatformDisplayNames",
"description": "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.",
"get": {
"tags": [
"User"
],
"description": "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.",
"operationId": "User.GetSanitizedPlatformDisplayNames",
"parameters": [
{
"name": "membershipId",
"in": "path",
"description": "The requested membership id to load.",
"required": true,
"schema": {
"type": "integer",
"format": "int64"
}
}
],
"responses": {
"200": {
"$ref": "#/components/responses/CEDictionaryOfBungieCredentialTypeAndstring"
}
},
"deprecated": false
}
},
CEDictionaryOfBungieCredentialTypeAndstring
"Response": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"x-dictionary-key": {
"type": "integer",
"description": "The types of credentials the Accounts system supports. This is the external facing enum used in place of the internal-only Bungie.SharedDefinitions.CredentialType.",
"format": "byte",
"x-enum-reference": {
"$ref": "#/components/schemas/BungieCredentialType"
},
"x-enum-is-bitmask": false
}
},
GetSanitizedPlatformDisplayNames
CEDictionaryOfBungieCredentialTypeAndstring
Actual response: