latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
General.User
Update user profile
Updates the modifiable fields of a user's profile. Refer to the body schema to see which fields are modifiable.
put/api/v1/user/profile
Request body
Example request
{
"locale": "sv_SE",
"periodAdjustedDay": 25,
"periodMode": "MONTHLY_ADJUSTED"
}Response
The user profile was successfully updated and returned.
Example response
{
"currency": "SEK",
"locale": "sv_SE",
"market": "SE",
"periodAdjustedDay": 25,
"periodMode": "MONTHLY_ADJUSTED",
"timeZone": "Europe/Stockholm"
}