put https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/account-id/
Updates Account information (including username, name, primary residence, emails, phone numbers) using the request body.
Response
Updates Account information (including username, name, primary residence, emails, phone numbers) using the request body.
xxxxxxxxxx
curl --request PUT \
--url https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/account-id/accountId \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
34}
{
"openId": "string",
"username": "string",
"firstName": "string",
"lastName": "string",
"profilePhoto": "string",
"dateOfBirth": "2025-04-01T23:24:54.017Z",
"maritalStatus": "single",
"primaryResidence": {
"buildingNumber": "string",
"streetName": "string",
"unitNumber": "string",
"city": "string",
"provinceState": "string",
"postalZip": "string",
"country": "string"
},
"gender": "female",
"emails": [
{
"primary": true,
"verified": true,
"address": "string"
}
],