Reference for http://www.bungie.net/Platform/User/EditBirthdayOrCountry/{membershipId}/
Edits a user's birthdate or native country used for age gating. Requires an admin.
Url: http://www.bungie.net/Platform/User/EditBirthdayOrCountry/{membershipId}/
HTTP Method: POST
Requires Sign-in: true
Url Parameters:
| Parameter Name | Description |
|---|---|
| membershipId |
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.
{
"birthday": "0001-01-01T00:00:00Z",
"country": null
}
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
}