Reference for http://www.bungie.net/Platform/User/UpdateUserAttributes/

Updates a user's attributes. This endpoiont will only update the attributes in the request. Null properties will not be changed.

Url: http://www.bungie.net/Platform/User/UpdateUserAttributes/

HTTP Method: POST

Requires Sign-in: true

Url Parameters: No Url Parameter documentation is available for this method.

Request/Response Body Formats:

Message Direction Format Body
Request JSON JSON object
Response JSON JSON object

The following is an example of a request JSON body for this method.

{
  "adultVerfifictionKey": "",
  "birthDate": "",
  "countryOrRegion": ""
}

The following is an example of a response JSON body for this method.

{
  "Response": 0,
  "ErrorCode": 0,
  "ThrottleSeconds": 0,
  "ErrorStatus": null,
  "Message": null,
  "MessageData": null,
  "DetailedErrorTrace": null
}